Searched refs:UnknownBit (Results 1 – 1 of 1) sorted by relevance
1089 APInt UnknownBit = ~KnownBits; in transformZExtICmp() local1090 if (UnknownBit.countPopulation() == 1) { in transformZExtICmp()1094 if (KnownLHS.One.uge(UnknownBit)) in transformZExtICmp()1096 ConstantInt::get(ITy, UnknownBit)); in transformZExtICmp()1100 Result, ConstantInt::get(ITy, UnknownBit.countTrailingZeros())); in transformZExtICmp()