Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp4019 mlir::Type lbType = fir::unwrapSequenceType(resultType); in genLbound() local
4022 {static_cast<fir::SequenceType::Extent>(array.rank())}, lbType); in genLbound()
4024 mlir::Type lbAddrType = builder.getRefType(lbType); in genLbound()
4025 mlir::Value one = builder.createIntegerConstant(loc, lbType, 1); in genLbound()
4029 lb = builder.createConvert(loc, lbType, lb); in genLbound()