Searched refs:MaxDepth (Results 1 – 2 of 2) sorted by relevance
33 const unsigned MaxDepth = 6; variable64 assert(Depth <= MaxDepth && "Limit Search Depth"); in ComputeMaskedBits()147 if (Depth == MaxDepth || Mask == 0) in ComputeMaskedBits()645 if (Depth < MaxDepth - 1 && !KnownZero && !KnownOne) { in ComputeMaskedBits()661 KnownZero2, KnownOne2, TD, MaxDepth-1); in ComputeMaskedBits()731 if (Depth++ == MaxDepth) in isPowerOfTwo()770 if (Depth++ == MaxDepth) in isKnownNonZero()1075 const unsigned MaxDepth = 6; in ComputeMultiple() local1078 assert(Depth <= MaxDepth && "Limit Search Depth"); in ComputeMultiple()1106 if (Depth == MaxDepth) return false; // Limit search depth. in ComputeMultiple()
36 unsigned MaxDepth; member in __anonc08211eb0111::StmtDumper45 : SM(sm), OS(os), IndentLevel(0-1), MaxDepth(maxDepth) { in StmtDumper()52 if (MaxDepth == 0) return; in DumpSubTree()