Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp80 enum Status {NonRecursive, Recursive, Incomplete, IncompleteUsed}; enumerator
256 E.State = IsRecursive? Recursive : NonRecursive; in addIfComplete()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp10956 auto NonRecursive = [this, OrNegative](const SCEV *S) { in isKnownToBeAPowerOfTwo() local
10965 if (NonRecursive(S)) in isKnownToBeAPowerOfTwo()
10971 return all_of(Mul->operands(), NonRecursive) && (OrZero || isKnownNonZero(S)); in isKnownToBeAPowerOfTwo()