Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DVectorSubscripts.cpp193 lb = fir::factory::readLowerBound(builder, loc, loweredBase, in genRankedArrayRefSubscriptAndBase()
366 mlir::Value baseLb = fir::factory::readLowerBound( in genLoopBounds()
H A DConvertExpr.cpp1130 return castResult(fir::factory::readLowerBound( in genval()
2111 mlir::Value lb = fir::factory::readLowerBound(builder, loc, box, dim, one); in getLBound()
5575 return fir::factory::readLowerBound(builder, getLoc(), x, dim, one); in getLBound()
5744 mlir::Value lb = fir::factory::readLowerBound( in genSliceIndices()
5779 mlir::Value lb = fir::factory::readLowerBound( in genSliceIndices()
5797 mlir::Value lb = fir::factory::readLowerBound( in genSliceIndices()
6918 atBase ? fir::factory::readLowerBound( in lowerPath()
H A DIntrinsicCall.cpp3941 mlir::Value lb = fir::factory::readLowerBound(builder, loc, array, dim, one); in computeLBOUND()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DFIRBuilder.h421 mlir::Value readLowerBound(fir::FirOpBuilder &builder, mlir::Location loc,
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp603 mlir::Value fir::factory::readLowerBound(fir::FirOpBuilder &builder, in readLowerBound() function in fir::factory
620 return readLowerBound(builder, loc, in readLowerBound()