Lines Matching refs:MaxDepth
80 const unsigned MaxDepth = 6; variable
120 std::array<const Value *, MaxDepth> Excluded;
617 if (Depth == MaxDepth) in computeKnownBitsFromAssume()
1425 if (Depth < MaxDepth - 1 && !Known.Zero && !Known.One) { in computeKnownBitsFromOperator()
1439 computeKnownBits(IncValue, Known2, MaxDepth - 1, Q); in computeKnownBitsFromOperator()
1599 assert(Depth <= MaxDepth && "Limit Search Depth"); in computeKnownBits()
1670 if (Depth == MaxDepth) in computeKnownBits()
1706 assert(Depth <= MaxDepth && "Limit Search Depth"); in isKnownToBeAPowerOfTwo()
1725 if (Depth++ == MaxDepth) in isKnownToBeAPowerOfTwo()
1854 if (Depth++ >= MaxDepth) in isGEPKnownNonNull()
2007 if (Depth++ >= MaxDepth) in isKnownNonZero()
2305 assert(Depth <= MaxDepth && "Limit Search Depth"); in ComputeNumSignBitsImpl()
2322 if (Depth == MaxDepth) in ComputeNumSignBitsImpl()
2596 const unsigned MaxDepth = 6; in ComputeMultiple() local
2599 assert(Depth <= MaxDepth && "Limit Search Depth"); in ComputeMultiple()
2627 if (Depth == MaxDepth) return false; // Limit search depth. in ComputeMultiple()
2830 if (Depth == MaxDepth) in CannotBeNegativeZero()
2903 if (Depth == MaxDepth) in cannotBeOrderedLessThanZeroImpl()
3040 if (Depth == MaxDepth) in isKnownNeverNaN()
4443 while (Iter++ < MaxDepth) { in programUndefinedIfFullPoison()
5084 if (Depth >= MaxDepth) in matchSelectPattern()
5346 assert(Depth <= MaxDepth && "Hit recursion limit"); in isImpliedCondAndOr()
5370 if (Depth == MaxDepth) in isImpliedCondition()