Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-integer.cpp337 ConstantSubscript dimLength{array->shape()[zbDim]}; in Test() local
345 for (ConstantSubscript k{0}; k < dimLength; in Test()
358 at[zbDim] = std::max<ConstantSubscript>(dimLength, 1); in Test()
363 std::max<ConstantSubscript>(dimLength, 1) - 1; in Test()