Searched refs:NoWrap (Results 1 – 2 of 2) sorted by relevance
2005 bool NoWrap);2011 bool NoWrap);
11187 bool IsSigned, bool NoWrap) { in doesIVOverflowOnLT() argument11190 if (NoWrap) return false; in doesIVOverflowOnLT()11213 bool IsSigned, bool NoWrap) { in doesIVOverflowOnGT() argument11214 if (NoWrap) return false; in doesIVOverflowOnGT()11308 bool NoWrap = ControlsExit && in howManyLessThans() local11359 if (PredicatedIV || !NoWrap || isKnownNonPositive(Stride) || in howManyLessThans()11363 doesIVOverflowOnLT(RHS, Stride, IsSigned, NoWrap)) in howManyLessThans()11454 bool NoWrap = ControlsExit && in howManyGreaterThans() local11467 if (!Stride->isOne() && doesIVOverflowOnGT(RHS, Stride, IsSigned, NoWrap)) in howManyGreaterThans()