Searched refs:isPresentCheck (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | CustomIntrinsicCall.cpp | 118 const Fortran::lower::OperandPresent &isPresentCheck, in lowerMinOrMax() argument 122 assert(numOperands >= 2 && !isPresentCheck(0) && !isPresentCheck(1) && in lowerMinOrMax() 134 isPresentCheck(opIndex)) { in lowerMinOrMax() 189 const Fortran::lower::OperandPresent &isPresentCheck, in lowerIshftc() argument 193 assert(numOperands == 3 && !isPresentCheck(0) && !isPresentCheck(1) && in lowerIshftc() 194 isPresentCheck(2) && in lowerIshftc() 202 .genIfOp(loc, {resultType}, isPresentCheck(2).value(), in lowerIshftc() 243 llvm::Optional<mlir::Type> retTy, const OperandPresent &isPresentCheck, in lowerCustomIntrinsic() argument 247 return lowerMinOrMax(builder, loc, name, retTy, isPresentCheck, getOperand, in lowerCustomIntrinsic() 250 return lowerIshftc(builder, loc, name, retTy, isPresentCheck, getOperand, in lowerCustomIntrinsic()
|
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | CustomIntrinsicCall.h | 93 const OperandPresent &isPresentCheck,
|