Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1078 APInt UnknownBit = ~KnownBits; in transformZExtICmp() local
1079 if (UnknownBit.countPopulation() == 1) { in transformZExtICmp()
1085 if (KnownLHS.One.uge(UnknownBit)) in transformZExtICmp()
1087 ConstantInt::get(ITy, UnknownBit)); in transformZExtICmp()
1091 Result, ConstantInt::get(ITy, UnknownBit.countTrailingZeros())); in transformZExtICmp()