Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp1663 Fortran::evaluate::ConstantSubscripts nextSubscripts = subscripts; in genArrayLit() local
1664 bool nextIsSame = con.IncrementSubscripts(nextSubscripts) && in genArrayLit()
1665 con.At(subscripts) == con.At(nextSubscripts); in genArrayLit()