Home
last modified time | relevance | path

Searched refs:getUnknownExtent (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/flang/lib/Lower/
DConvertType.cpp387 auto charLen = fir::SequenceType::getUnknownExtent(); in genSymbolHelper()
449 bounds.emplace_back(fir::SequenceType::getUnknownExtent()); in seqShapeHelper()
452 bounds.emplace_back(fir::SequenceType::getUnknownExtent()); in seqShapeHelper()
528 fir::SequenceType::Shape shape{fir::SequenceType::getUnknownExtent()}; in getSequenceRefType()
DCharacterExpr.cpp53 if (shape[0] != fir::SequenceType::getUnknownExtent()) in getCompileTimeLength()
92 if (!resultLen && cstLen != fir::SequenceType::getUnknownExtent()) in toExtendedValue()
99 if (extent == fir::SequenceType::getUnknownExtent()) in toExtendedValue()
DIntrinsicCall.cpp613 if (extent == fir::SequenceType::getUnknownExtent()) in toExtendedValue()
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIRType.h318 static constexpr Extent getUnknownExtent() { return -1; } in getUnknownExtent() function
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp1093 if (shape[i] != getUnknownExtent()) in hasConstantInterior()
DFIROps.cpp36 if (shape[i] != fir::SequenceType::getUnknownExtent()) in verifyInType()