Home
last modified time | relevance | path

Searched refs:UnknownBit (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1089 APInt UnknownBit = ~KnownBits; in transformZExtICmp() local
1090 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()