Searched refs:NoWrap (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/llvm/include/llvm/Analysis/ |
| D | ScalarEvolution.h | 887 bool IsSigned, bool NoWrap); 893 bool IsSigned, bool NoWrap);
|
| /freebsd-9-stable/contrib/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 6341 bool IsSigned, bool NoWrap) { in doesIVOverflowOnLT() argument 6342 if (NoWrap) return false; in doesIVOverflowOnLT() 6370 bool IsSigned, bool NoWrap) { in doesIVOverflowOnGT() argument 6371 if (NoWrap) return false; in doesIVOverflowOnGT() 6426 bool NoWrap = !IsSubExpr && in HowManyLessThans() local 6439 if (!Stride->isOne() && doesIVOverflowOnLT(RHS, Stride, IsSigned, NoWrap)) in HowManyLessThans() 6496 bool NoWrap = !IsSubExpr && in HowManyGreaterThans() local 6509 if (!Stride->isOne() && doesIVOverflowOnGT(RHS, Stride, IsSigned, NoWrap)) in HowManyGreaterThans()
|