Home
last modified time | relevance | path

Searched refs:AsShape (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-reduction.cpp39 !CheckConformance(context.messages(), AsShape(shape), in GetReductionMASK()
40 AsShape(mask->shape()), CheckConformanceFlags::RightScalarExpandable, in GetReductionMASK()
H A Dshape.cpp136 Shape AsShape(const ConstantSubscripts &shape) { in AsShape() function
144 std::optional<Shape> AsShape(const std::optional<ConstantSubscripts> &shape) { in AsShape() function
146 return AsShape(*shape); in AsShape()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dshape.h51 Shape AsShape(const ConstantSubscripts &);
52 std::optional<Shape> AsShape(const std::optional<ConstantSubscripts> &);