Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateFDiv

409           R = BinaryOperator::CreateFDiv(F, Opnd1);
420 R = BinaryOperator::CreateFDiv(Opnd0, F);
1102 Res = BinaryOperator::CreateFDiv(X, C);
1140 Instruction *R = CreateDiv ? BinaryOperator::CreateFDiv(Fold, X)
1163 SimpR = BinaryOperator::CreateFDiv(X, NewInst);
1175 SimpR = BinaryOperator::CreateFDiv(NewInst, X);