Lines Matching defs:IsExact
2563 bool IsExact = Shr->isExact();
2570 if (IsExact && (Pred == CmpInst::ICMP_SLT || Pred == CmpInst::ICMP_ULT) &&
2580 if (IsExact || Pred == CmpInst::ICMP_SLT || Pred == CmpInst::ICMP_ULT) {
2620 if (Pred == CmpInst::ICMP_ULT || (Pred == CmpInst::ICMP_UGT && IsExact)) {
7733 bool IsExact = false;
7735 RHS->convertToInteger(RHSCvt, APFloat::rmNearestTiesToEven, &IsExact);
7739 if (!IsExact) {
7874 // using the IsExact flag.
7877 bool IsExact;
7878 RHS->convertToInteger(RHSInt, APFloat::rmTowardZero, &IsExact);
7880 if (!IsExact) {