Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateFDiv

379         R = BinaryOperator::CreateFDiv(F, Opnd1);
389 R = BinaryOperator::CreateFDiv(Opnd0, F);
1028 Res = BinaryOperator::CreateFDiv(X, C);
1067 BinaryOperator::CreateFDiv(Fold, X) :
1086 SimpR = BinaryOperator::CreateFDiv(X, NewInst);
1093 SimpR = BinaryOperator::CreateFDiv(NewInst, X);