Lines Matching refs:MaxDepth
47 const unsigned MaxDepth = 6; variable
83 std::array<const Value*, MaxDepth> Excluded;
555 if (Depth == MaxDepth) in computeKnownBitsFromAssume()
1254 if (Depth < MaxDepth - 1 && !KnownZero && !KnownOne) { in computeKnownBitsFromOperator()
1269 computeKnownBits(IncValue, KnownZero2, KnownOne2, MaxDepth - 1, Q); in computeKnownBitsFromOperator()
1378 assert(Depth <= MaxDepth && "Limit Search Depth"); in computeKnownBits()
1443 if (Depth == MaxDepth) in computeKnownBits()
1516 if (Depth++ == MaxDepth) in isKnownToBeAPowerOfTwo()
1639 if (Depth++ >= MaxDepth) in isGEPKnownNonNull()
1708 if (Depth++ >= MaxDepth) in isKnownNonZero()
2181 const unsigned MaxDepth = 6; in ComputeMultiple() local
2184 assert(Depth <= MaxDepth && "Limit Search Depth"); in ComputeMultiple()
2212 if (Depth == MaxDepth) return false; // Limit search depth. in ComputeMultiple()
3657 while (Iter++ < MaxDepth) { in isKnownNotFullPoison()