Lines Matching defs:IsExact
2508 bool IsExact = Shr->isExact();
2515 if (IsExact && (Pred == CmpInst::ICMP_SLT || Pred == CmpInst::ICMP_ULT) &&
2525 if (IsExact || Pred == CmpInst::ICMP_SLT || Pred == CmpInst::ICMP_ULT) {
2565 if (Pred == CmpInst::ICMP_ULT || (Pred == CmpInst::ICMP_UGT && IsExact)) {
7621 bool IsExact = false;
7623 RHS->convertToInteger(RHSCvt, APFloat::rmNearestTiesToEven, &IsExact);
7627 if (!IsExact) {
7762 // using the IsExact flag.
7765 bool IsExact;
7766 RHS->convertToInteger(RHSInt, APFloat::rmTowardZero, &IsExact);
7768 if (!IsExact) {