Searched refs:genMaxWithZero (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | ConvertVariable.cpp | 1110 return fir::factory::genMaxWithZero(builder, loc, rawExtent); in computeExtent() 1165 result.emplace_back(fir::factory::genMaxWithZero(builder, loc, ub)); in lowerExplicitExtents() 1193 return fir::factory::genMaxWithZero( in lowerExplicitCharLen() 1376 shapes.emplace_back(fir::factory::genMaxWithZero(builder, loc, ub)); in mapSymbolAttributes() 1447 return fir::factory::genMaxWithZero(builder, loc, rawLen); in mapSymbolAttributes()
|
| H A D | ConvertExpr.cpp | 926 fir::factory::genMaxWithZero(builder, getLoc(), rawLen); in genval() 2335 len = fir::factory::genMaxWithZero(builder, getLoc(), len); in genStmtFunctionRef()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/ |
| H A D | MutableBox.cpp | 648 fir::factory::genMaxWithZero(builder, loc, lenParams[0]); in getNewLengths() 690 safeExtents.push_back(fir::factory::genMaxWithZero(builder, loc, extent)); in genInlinedAllocation()
|
| H A D | FIRBuilder.cpp | 1259 mlir::Value fir::factory::genMaxWithZero(fir::FirOpBuilder &builder, in genMaxWithZero() function in fir::factory
|
| /llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/ |
| H A D | FIRBuilder.h | 551 mlir::Value genMaxWithZero(fir::FirOpBuilder &builder, mlir::Location loc,
|