Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1061 bool OrNegative = false);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp10955 bool OrNegative) { in isKnownToBeAPowerOfTwo() argument
10956 auto NonRecursive = [this, OrNegative](const SCEV *S) { in isKnownToBeAPowerOfTwo()
10959 (OrNegative && C->getAPInt().isNegatedPowerOf2()); in isKnownToBeAPowerOfTwo()