Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp606 APInt UnknownBit = ~KnownBits; in transformZExtICmp() local
607 if (UnknownBit.countPopulation() == 1) { in transformZExtICmp()
613 if (KnownOneLHS.uge(UnknownBit)) in transformZExtICmp()
615 ConstantInt::get(ITy, UnknownBit)); in transformZExtICmp()
619 Result, ConstantInt::get(ITy, UnknownBit.countTrailingZeros())); in transformZExtICmp()