Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dshape.cpp101 if (auto shapeArray{AsExtentArrayExpr(shape)}) { in AsConstantShape() local
102 auto folded{Fold(context, std::move(*shapeArray))}; in AsConstantShape()