Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp1999 auto genFullDim = [&](const auto &arr, mlir::Value delta) -> mlir::Value { in genOffsetAndCoordinateOp() local
2046 return genFullDim(arr, one); in genOffsetAndCoordinateOp()
2054 return fir::CharBoxValue(genFullDim(arr, delta), arr.getLen()); in genOffsetAndCoordinateOp()