Searched refs:UnknownBit (Results 1 – 1 of 1) sorted by relevance
938 APInt UnknownBit = ~KnownBits; in transformZExtICmp() local939 if (UnknownBit.countPopulation() == 1) { in transformZExtICmp()945 if (KnownLHS.One.uge(UnknownBit)) in transformZExtICmp()947 ConstantInt::get(ITy, UnknownBit)); in transformZExtICmp()951 Result, ConstantInt::get(ITy, UnknownBit.countTrailingZeros())); in transformZExtICmp()