Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MulOp

2512 // Construct an fmuladd intrinsic to represent a fused mul-add of MulOp and
2517 static Value* buildFMulAdd(llvm::BinaryOperator *MulOp, Value *Addend,
2522 Value *MulOp0 = MulOp->getOperand(0);
2523 Value *MulOp1 = MulOp->getOperand(1);
2539 MulOp