Home | History | Annotate | Download | only in InstCombine

Lines Matching full:allowreciprocal

968                                              bool AllowReciprocal) {
973 if (!Cvt && AllowReciprocal && FpVal.isFiniteNonZero()) {
999 bool AllowReciprocal = I.hasAllowReciprocal();
1026 AllowReciprocal);
1039 if (Instruction *T = CvtFDivConstToReciprocal(Op0, Op1C, AllowReciprocal))