Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp938 APInt UnknownBit = ~KnownBits; in transformZExtICmp() local
939 if (UnknownBit.countPopulation() == 1) { in transformZExtICmp()
945 if (KnownLHS.One.uge(UnknownBit)) in transformZExtICmp()
947 ConstantInt::get(ITy, UnknownBit)); in transformZExtICmp()
951 Result, ConstantInt::get(ITy, UnknownBit.countTrailingZeros())); in transformZExtICmp()