Home
last modified time | relevance | path

Searched refs:AsExtentArrayExpr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-integer.cpp146 AsExtentArrayExpr(GetLBOUNDs(context, *named))}) { in LBOUND()
210 if (auto extents{AsExtentArrayExpr(ubounds)}) { in UBOUND()
229 } else if (auto shapeExpr{AsExtentArrayExpr(*shape)}) { in UBOUND()
984 if (auto shapeExpr{AsExtentArrayExpr(*shape)}) { in FoldIntrinsicFunction()
H A Dshape.cpp87 std::optional<ExtentExpr> AsExtentArrayExpr(const Shape &shape) { in AsExtentArrayExpr() function
101 if (auto shapeArray{AsExtentArrayExpr(shape)}) { in AsConstantShape()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dshape.h42 std::optional<ExtentExpr> AsExtentArrayExpr(const Shape &);