Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp1110 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 DConvertExpr.cpp926 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 DMutableBox.cpp648 fir::factory::genMaxWithZero(builder, loc, lenParams[0]); in getNewLengths()
690 safeExtents.push_back(fir::factory::genMaxWithZero(builder, loc, extent)); in genInlinedAllocation()
H A DFIRBuilder.cpp1259 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 DFIRBuilder.h551 mlir::Value genMaxWithZero(fir::FirOpBuilder &builder, mlir::Location loc,