Searched refs:CMax (Results 1 – 2 of 2) sorted by relevance
491 size_t CMax = C << (std::numeric_limits<size_t>::digits - 1); in RoundUpToPowerOfTwo() local492 while (C < X && C < CMax) in RoundUpToPowerOfTwo()
6043 const APInt &CMax = in foldLogicOfSetCCs() local6047 return !C0->isOpaque() && !C1->isOpaque() && (CMax - CMin).isPowerOf2(); in foldLogicOfSetCCs()