Searched refs:MulOp (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp2372 // Construct an fmuladd intrinsic to represent a fused mul-add of MulOp and
2377 static Value* buildFMulAdd(llvm::BinaryOperator *MulOp, Value *Addend, argument
2382 Value *MulOp0 = MulOp->getOperand(0);
2383 Value *MulOp1 = MulOp->getOperand(1);
2400 MulOp->eraseFromParent();
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp1659 for (unsigned MulOp = 0, e = Mul->getNumOperands(); MulOp != e; ++MulOp) {
1660 const SCEV *MulOpSCEV = Mul->getOperand(MulOp);
1666 const SCEV *InnerMul = Mul->getOperand(MulOp == 0);
1671 Mul->op_begin()+MulOp);
1672 MulOps.append(Mul->op_begin()+MulOp+1, Mul->op_end());
1695 // If MulOp occurs in OtherMul, we can fold the two multiplies
1701 const SCEV *InnerMul1 = Mul->getOperand(MulOp == 0);
1704 Mul->op_begin()+MulOp);
[all...]

Completed in 162 milliseconds