Searched refs:RHSIsNotMinSigned (Results 1 – 3 of 3) sorted by relevance
3481 const bool RHSIsNotMinSigned = in getMinusSCEV() local3493 if (RHSIsNotMinSigned || isKnownNonNegative(LHS)) { in getMinusSCEV()3505 auto NegFlags = RHSIsNotMinSigned ? SCEV::FlagNSW : SCEV::FlagAnyWrap; in getMinusSCEV()
4021 const bool RHSIsNotMinSigned = in getMinusSCEV() local4033 if (RHSIsNotMinSigned || isKnownNonNegative(LHS)) { in getMinusSCEV()4045 auto NegFlags = RHSIsNotMinSigned ? SCEV::FlagNSW : SCEV::FlagAnyWrap; in getMinusSCEV()
3978 const bool RHSIsNotMinSigned = in getMinusSCEV() local3990 if (RHSIsNotMinSigned || isKnownNonNegative(LHS)) { in getMinusSCEV()4002 auto NegFlags = RHSIsNotMinSigned ? SCEV::FlagNSW : SCEV::FlagAnyWrap; in getMinusSCEV()