Home
last modified time | relevance | path

Searched refs:isKnownNegativeInLoop (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h429 bool isKnownNegativeInLoop(const SCEV *S, const Loop *L, ScalarEvolution &SE);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp760 else if (isKnownNegativeInLoop(X, L, SE)) in computeSafeIterationSpace()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1183 bool llvm::isKnownNegativeInLoop(const SCEV *S, const Loop *L, in isKnownNegativeInLoop() function in llvm