Searched refs:isKnownNonNegativeInLoop (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | LoopUtils.h | 449 bool isKnownNonNegativeInLoop(const SCEV *S, const Loop *L,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopConstrainer.cpp | 273 if (isKnownNonNegativeInLoop(IndVarStart, &L, SE) && in parseLoopStructure() 274 isKnownNonNegativeInLoop(RightSCEV, &L, SE)) in parseLoopStructure()
|
H A D | LoopUtils.cpp | 1335 bool llvm::isKnownNonNegativeInLoop(const SCEV *S, const Loop *L, in isKnownNonNegativeInLoop() function in llvm
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 758 if (isKnownNonNegativeInLoop(X, L, SE))
|