Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dshape.h138 return ConstantShape(c.SHAPE()); in operator()
163 static Shape ConstantShape(const Constant<ExtentType> &);
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dshape.cpp45 Shape GetShapeHelper::ConstantShape(const Constant<ExtentType> &arrayConstant) { in ConstantShape() function in Fortran::evaluate::GetShapeHelper
61 return ConstantShape(*constArray); in AsShapeResult()