Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Cvt

1197   bool Cvt = FpVal.getExactInverse(&Reciprocal);
1199 if (!Cvt && AllowReciprocal && FpVal.isFiniteNonZero()) {
1202 Cvt = !Reciprocal.isDenormal();
1205 if (!Cvt)