Searched refs:RHSIsNotMinSigned (Results 1 – 2 of 2) 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()
3991 const bool RHSIsNotMinSigned = in getMinusSCEV() local4003 if (RHSIsNotMinSigned || isKnownNonNegative(LHS)) { in getMinusSCEV()4015 auto NegFlags = RHSIsNotMinSigned ? SCEV::FlagNSW : SCEV::FlagAnyWrap; in getMinusSCEV()