Searched refs:AsConstantShape (Results 1 – 4 of 4) sorted by relevance
44 std::optional<Constant<ExtentType>> AsConstantShape(46 Constant<ExtentType> AsConstantShape(const ConstantSubscripts &);247 return AsConstantShape(context, *shape); in GetConstantShape()
99 std::optional<Constant<ExtentType>> AsConstantShape( in AsConstantShape() function110 Constant<SubscriptInteger> AsConstantShape(const ConstantSubscripts &shape) { in AsConstantShape() function129 if (auto shapeConstant{AsConstantShape(context, shape)}) { in AsConstantExtents()
56 return AsConstantShape(shape_); in SHAPE()
1523 if (auto constShape{AsConstantShape(context, *shape)}) { in Match()