Home | History | Annotate | Download | only in Scalar

Lines Matching refs:CreateMul

244     BinaryOperator::CreateMul(Neg->getOperand(1), Cst, "",Neg);
878 BinaryOperator::CreateMul(Shl->getOperand(0), MulCst, "", Shl);
1072 Mul = BinaryOperator::CreateMul(TheOp, Mul, "factor", I);
1208 Instruction *V2 = BinaryOperator::CreateMul(V, MaxOccVal, "tmp", I);
1311 LHS = Builder.CreateMul(LHS, Ops.pop_back_val());