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