Searched defs:shapeExpr (Results 1 – 4 of 4) sorted by relevance
/llvm-project/flang/lib/Lower/ | ||
H A D | ConvertType.cpp | 167 std::optional<Fortran::evaluate::Shape> shapeExpr = genExprType() local |
H A D | ConvertArrayConstructor.cpp | 674 if (shapeExpr && shapeExpr->size() == 1 && (*shapeExpr)[0]) { in selectArrayCtorLoweringStrategy() local |
/llvm-project/flang/lib/Evaluate/ | ||
H A D | fold-integer.cpp | 257 } else if (auto shapeExpr{AsExtentArrayExpr(*shape)}) { UBOUND() local |
H A D | shape.cpp | 1000 if (const auto *shapeExpr{ operator ()() local |