Searched refs:KnownOneLHS (Results 1 – 1 of 1) sorted by relevance
672 APInt KnownZeroLHS(BitWidth, 0), KnownOneLHS(BitWidth, 0); in transformZExtICmp() local674 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()