Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Cvt

1227   bool Cvt = FpVal.getExactInverse(&Reciprocal);
1229 if (!Cvt && AllowReciprocal && FpVal.isFiniteNonZero()) {
1232 Cvt = !Reciprocal.isDenormal();
1235 if (!Cvt)