Searched refs:readExtent (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | VectorSubscripts.cpp | 182 fir::factory::readExtent(builder, loc, vector, /*dim=*/0); in genRankedArrayRefSubscriptAndBase() 198 ub = fir::factory::readExtent(builder, loc, loweredBase, in genRankedArrayRefSubscriptAndBase()
|
| H A D | ConvertExpr.cpp | 1135 fir::factory::readExtent(builder, loc, exv, desc.dimension())); in genval() 5583 mlir::Value extent = fir::factory::readExtent(builder, loc, x, dim); in getUBound() 5590 return fir::factory::readExtent(builder, getLoc(), x, dim); in getExtent()
|
| H A D | IntrinsicCall.cpp | 3944 mlir::Value extent = fir::factory::readExtent(builder, loc, array, dim); in computeLBOUND()
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/ |
| H A D | FIRBuilder.h | 415 mlir::Value readExtent(fir::FirOpBuilder &builder, mlir::Location loc,
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | FIRBuilder.cpp | 571 mlir::Value fir::factory::readExtent(fir::FirOpBuilder &builder, in readExtent() function in fir::factory 594 return readExtent(builder, loc, in readExtent()
|