Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h437 bool isKnownPositiveInLoop(const SCEV *S, const Loop *L, ScalarEvolution &SE);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1197 bool llvm::isKnownPositiveInLoop(const SCEV *S, const Loop *L, in isKnownPositiveInLoop() function in llvm