Searched refs:UnknownBit (Results 1 – 3 of 3) sorted by relevance
603 APInt UnknownBit = ~KnownBits; in transformZExtICmp() local604 if (UnknownBit.countPopulation() == 1) { in transformZExtICmp()610 if (KnownOneLHS.uge(UnknownBit)) in transformZExtICmp()612 ConstantInt::get(ITy, UnknownBit)); in transformZExtICmp()616 Result, ConstantInt::get(ITy, UnknownBit.countTrailingZeros())); in transformZExtICmp()
679 APInt UnknownBit = ~KnownBits; in transformZExtICmp() local680 if (UnknownBit.countPopulation() == 1) { in transformZExtICmp()686 if (KnownOneLHS.uge(UnknownBit)) in transformZExtICmp()688 ConstantInt::get(ITy, UnknownBit)); in transformZExtICmp()692 Result, ConstantInt::get(ITy, UnknownBit.countTrailingZeros())); in transformZExtICmp()
900 APInt UnknownBit = ~KnownBits; in transformZExtICmp() local901 if (UnknownBit.countPopulation() == 1) { in transformZExtICmp()907 if (KnownLHS.One.uge(UnknownBit)) in transformZExtICmp()909 ConstantInt::get(ITy, UnknownBit)); in transformZExtICmp()913 Result, ConstantInt::get(ITy, UnknownBit.countTrailingZeros())); in transformZExtICmp()