Home
last modified time | relevance | path

Searched refs:AsConstantExtents (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/flang/include/flang/Evaluate/
Dshape.h50 ConstantSubscripts AsConstantExtents(const Constant<ExtentType> &);
51 std::optional<ConstantSubscripts> AsConstantExtents(
203 return AsConstantExtents(context, *shape); in GetConstantExtents()
/external/llvm-project/flang/lib/Evaluate/
Dfold-designator.cpp63 if (auto lowerBounds{AsConstantExtents(context_, lbs)}) { in FoldDesignator()
217 auto extents{AsConstantExtents(context, shape)}; in OffsetToArrayRef()
219 auto lower{AsConstantExtents(context, lbs)}; in OffsetToArrayRef()
Dshape.cpp107 ConstantSubscripts AsConstantExtents(const Constant<ExtentType> &shape) { in AsConstantExtents() function
115 std::optional<ConstantSubscripts> AsConstantExtents( in AsConstantExtents() function
118 return AsConstantExtents(*shapeConstant); in AsConstantExtents()
Dcheck-expression.cpp314 } else if (auto extents{AsConstantExtents(context, symTS->shape())}) { in NonPointerInitializationExpr()
317 AsConstantExtents( in NonPointerInitializationExpr()
Dfold-implementation.h902 context, std::move(result), AsConstantExtents(context, shape)); in MapOperation()
942 context, std::move(result), AsConstantExtents(context, shape)); in MapOperation()
959 context, std::move(result), AsConstantExtents(context, shape)); in MapOperation()
991 context, std::move(result), AsConstantExtents(context, shape)); in MapOperation()