Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp5654 const Fortran::evaluate::ArrayRef &x, bool atBase) { in genSliceIndices() argument
5706 atBase ? getLBound(arrayExv, subsIndex, one) : one; in genSliceIndices()
6868 bool atBase = true; in lowerPath() local
6891 genSliceIndices(components, arrayExv, *x, atBase); in lowerPath()
6918 atBase ? fir::factory::readLowerBound( in lowerPath()
6977 atBase = false; in lowerPath()