Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIntrinsicCall.cpp3935 static mlir::Value computeLBOUND(fir::FirOpBuilder &builder, mlir::Location loc, in computeLBOUND() function
4028 mlir::Value lb = computeLBOUND(builder, loc, array, dim, zero, one); in genLbound()
4048 mlir::Value lb = computeLBOUND(builder, loc, array, *cstDim - 1, zero, one); in genLbound()