Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DSymbolMap.h145 bool hasConstantShape() const { in hasConstantShape() function
148 return arrTy.hasConstantShape(); in hasConstantShape()
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTypeConverter.h319 if (!seqTy.hasConstantShape() || in convertPointerLike()
359 if (seq.hasConstantShape()) in convertSequenceType()
H A DPreCGRewrite.cpp84 if (seqTy.hasConstantShape()) in matchAndRewrite()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIRType.h158 return seqTy.hasUnknownShape() || !seqTy.hasConstantShape(); in sequenceWithNonConstantShape()
H A DFIRTypes.td469 bool hasConstantShape() const {
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp4730 mlir::Value temp = seqTy.hasConstantShape() in createAndLoadSomeArrayTemp()