Searched refs:AsConstantShape (Results 1 – 4 of 4) sorted by relevance
46 std::optional<Constant<ExtentType>> AsConstantShape(48 Constant<ExtentType> AsConstantShape(const ConstantSubscripts &);193 return AsConstantShape(context, *shape); in GetConstantShape()
87 std::optional<Constant<ExtentType>> AsConstantShape( in AsConstantShape() function98 Constant<SubscriptInteger> AsConstantShape(const ConstantSubscripts &shape) { in AsConstantShape() function117 if (auto shapeConstant{AsConstantShape(context, shape)}) { in AsConstantExtents()
40 return AsConstantShape(shape_); in SHAPE()
1314 if (auto constShape{AsConstantShape(context, *shape)}) { in Match()