Home
last modified time | relevance | path

Searched refs:NoWrap (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h2005 bool NoWrap);
2011 bool NoWrap);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp11187 bool IsSigned, bool NoWrap) { in doesIVOverflowOnLT() argument
11190 if (NoWrap) return false; in doesIVOverflowOnLT()
11213 bool IsSigned, bool NoWrap) { in doesIVOverflowOnGT() argument
11214 if (NoWrap) return false; in doesIVOverflowOnGT()
11308 bool NoWrap = ControlsExit && in howManyLessThans() local
11359 if (PredicatedIV || !NoWrap || isKnownNonPositive(Stride) || in howManyLessThans()
11363 doesIVOverflowOnLT(RHS, Stride, IsSigned, NoWrap)) in howManyLessThans()
11454 bool NoWrap = ControlsExit && in howManyGreaterThans() local
11467 if (!Stride->isOne() && doesIVOverflowOnGT(RHS, Stride, IsSigned, NoWrap)) in howManyGreaterThans()