Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Evaluate/
Dshape.cpp42 Shape AsShape(const Constant<ExtentType> &arrayConstant) { in AsShape() argument
43 CHECK(arrayConstant.Rank() == 1); in AsShape()
45 std::size_t dimensions{arrayConstant.size()}; in AsShape()
47 Scalar<ExtentType> extent{arrayConstant.values().at(j)}; in AsShape()