Searched refs:lbArray (Results 1 – 1 of 1) sorted by relevance
4023 mlir::Value lbArray = builder.createTemporary(loc, lbArrayType); in genLbound() local4032 builder.create<fir::CoordinateOp>(loc, lbAddrType, lbArray, index); in genLbound()4038 return fir::ArrayBoxValue{lbArray, extents}; in genLbound()