Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Cvt

1187   bool Cvt = FpVal.getExactInverse(&Reciprocal);
1189 if (!Cvt && AllowReciprocal && FpVal.isFiniteNonZero()) {
1192 Cvt = !Reciprocal.isDenormal();
1195 if (!Cvt)