Home
last modified time | relevance | path

Searched refs:hasNoSelfWrap (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp396 if (!(ICmpInst::isEquality(Pred) && LeftAR->hasNoSelfWrap()) && in countToEliminateCompares()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h234 bool hasNoSelfWrap() const { return getNoWrapFlags(FlagNW) != FlagAnyWrap; } in hasNoSelfWrap() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp313 if (AR->hasNoSelfWrap() && in print()
5087 if (!AR->hasNoSelfWrap()) { in proveNoWrapViaConstantRanges()
6778 AddRec->hasNoSelfWrap()) { in getRangeRef()
7038 assert(AddRec->hasNoSelfWrap() && in getRangeForAffineNoSelfWrappingAR()
9141 if (!AR->hasNoSelfWrap() && AR->getLoop() == L && AR->isAffine() && in computeExitLimitFromICmp()
10480 if (ControlsOnlyExit && AddRec->hasNoSelfWrap() && in howFarToZero()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6851 if (!AddRec->hasNoSelfWrap() || in canFoldTermCondOfLoop()