Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp4023 mlir::Value lbArray = builder.createTemporary(loc, lbArrayType); in genLbound() local
4032 builder.create<fir::CoordinateOp>(loc, lbAddrType, lbArray, index); in genLbound()
4038 return fir::ArrayBoxValue{lbArray, extents}; in genLbound()