Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateFMul

341       R = BinaryOperator::CreateFMul(C1 ? Opnd0 : Opnd1, F);
352 R = BinaryOperator::CreateFMul(Opnd0, F);
462 Value *FMulVal = Builder->CreateFMul(OpX, Log2);
482 return BinaryOperator::CreateFMul(N0, N1);
486 Value *T = Builder->CreateFMul(N0, Opnd1);
516 Instruction *T = cast<Instruction>(Builder->CreateFMul(Opnd1, Opnd1));
520 Instruction *R = BinaryOperator::CreateFMul(T, Y);
841 return BinaryOperator::CreateFMul(Dividend, R);
866 Res = BinaryOperator::CreateFMul(X, C);
916 BinaryOperator::CreateFMul(X, Fold);
933 NewInst = Builder->CreateFMul(Y, Op1);
940 NewInst = Builder->CreateFMul(Op0, Y);