Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp672 APInt KnownZeroLHS(BitWidth, 0), KnownOneLHS(BitWidth, 0); in transformZExtICmp() local
674 computeKnownBits(LHS, KnownZeroLHS, KnownOneLHS, 0, &CI); in transformZExtICmp()
677 if (KnownZeroLHS == KnownZeroRHS && KnownOneLHS == KnownOneRHS) { in transformZExtICmp()
678 APInt KnownBits = KnownZeroLHS | KnownOneLHS; in transformZExtICmp()
686 if (KnownOneLHS.uge(UnknownBit)) in transformZExtICmp()