Searched refs:RHSIsNotMinSigned (Results 1 – 1 of 1) sorted by relevance
3376 const bool RHSIsNotMinSigned = in getMinusSCEV() local3388 if (RHSIsNotMinSigned || isKnownNonNegative(LHS)) { in getMinusSCEV()3400 auto NegFlags = RHSIsNotMinSigned ? SCEV::FlagNSW : SCEV::FlagAnyWrap; in getMinusSCEV()