Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp4127 if (auto optLo = trip.lower()) in genShapeFromDataRef() local
4128 return fir::getBase(asScalar(*optLo)); in genShapeFromDataRef()
5671 if (auto optLo = t.lower()) in genSliceIndices() local
5672 lowerBound = fir::getBase(asScalarArray(*optLo)); in genSliceIndices()