Searched refs:UnknownBit (Results 1 – 1 of 1) sorted by relevance
606 APInt UnknownBit = ~KnownBits; in transformZExtICmp() local607 if (UnknownBit.countPopulation() == 1) { in transformZExtICmp()613 if (KnownOneLHS.uge(UnknownBit)) in transformZExtICmp()615 ConstantInt::get(ITy, UnknownBit)); in transformZExtICmp()619 Result, ConstantInt::get(ITy, UnknownBit.countTrailingZeros())); in transformZExtICmp()