Searched refs:C2Pow2 (Results 1 – 1 of 1) sorted by relevance
6595 APInt C2Pow2 = (C2 & ~(*C1 - 1)) + *C1; in foldICmpUsingKnownBits() local6596 if (C2Pow2.isPowerOf2()) { in foldICmpUsingKnownBits()6600 unsigned Log2C2 = C2Pow2.countr_zero(); in foldICmpUsingKnownBits()