Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dshape.h44 std::optional<Constant<ExtentType>> AsConstantShape(
46 Constant<ExtentType> AsConstantShape(const ConstantSubscripts &);
247 return AsConstantShape(context, *shape); in GetConstantShape()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dshape.cpp99 std::optional<Constant<ExtentType>> AsConstantShape( in AsConstantShape() function
110 Constant<SubscriptInteger> AsConstantShape(const ConstantSubscripts &shape) { in AsConstantShape() function
129 if (auto shapeConstant{AsConstantShape(context, shape)}) { in AsConstantExtents()
H A Dconstant.cpp56 return AsConstantShape(shape_); in SHAPE()
H A Dintrinsics.cpp1523 if (auto constShape{AsConstantShape(context, *shape)}) { in Match()