Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dshape.cpp45 Shape GetShapeHelper::ConstantShape(const Constant<ExtentType> &arrayConstant) { in ConstantShape() argument
46 CHECK(arrayConstant.Rank() == 1); in ConstantShape()
48 std::size_t dimensions{arrayConstant.size()}; in ConstantShape()
50 Scalar<ExtentType> extent{arrayConstant.values().at(j)}; in ConstantShape()