Home
last modified time | relevance | path

Searched refs:AsConstantShape (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/include/flang/Evaluate/
Dshape.h46 std::optional<Constant<ExtentType>> AsConstantShape(
48 Constant<ExtentType> AsConstantShape(const ConstantSubscripts &);
193 return AsConstantShape(context, *shape); in GetConstantShape()
/external/llvm-project/flang/lib/Evaluate/
Dshape.cpp87 std::optional<Constant<ExtentType>> AsConstantShape( in AsConstantShape() function
98 Constant<SubscriptInteger> AsConstantShape(const ConstantSubscripts &shape) { in AsConstantShape() function
117 if (auto shapeConstant{AsConstantShape(context, shape)}) { in AsConstantExtents()
Dconstant.cpp40 return AsConstantShape(shape_); in SHAPE()
Dintrinsics.cpp1314 if (auto constShape{AsConstantShape(context, *shape)}) { in Match()