Lines Matching refs:Addend
2289 // Addend. Use negMul and negAdd to negate the first operand of the Mul or
2293 static Value* buildFMulAdd(llvm::BinaryOperator *MulOp, Value *Addend,
2306 Addend =
2308 llvm::ConstantFP::getZeroValueForNegation(Addend->getType()), Addend,
2314 CGF.CGM.getIntrinsic(llvm::Intrinsic::fmuladd, Addend->getType()),
2315 MulOp0, MulOp1, Addend);