Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dfold-integer.cpp46 AsExtentArrayExpr(GetLowerBounds(context, *named))}) { in LBOUND()
109 if (auto extents{AsExtentArrayExpr(ubounds)}) { in UBOUND()
125 } else if (auto shapeExpr{AsExtentArrayExpr(*shape)}) { in UBOUND()
551 if (auto shapeExpr{AsExtentArrayExpr(*shape)}) { in FoldIntrinsicFunction()
Dshape.cpp75 std::optional<ExtentExpr> AsExtentArrayExpr(const Shape &shape) { in AsExtentArrayExpr() function
89 if (auto shapeArray{AsExtentArrayExpr(shape)}) { in AsConstantShape()
/external/llvm-project/flang/include/flang/Evaluate/
Dshape.h44 std::optional<ExtentExpr> AsExtentArrayExpr(const Shape &);