Searched refs:KnownZeroLHS (Results 1 – 1 of 1) sorted by relevance
597 APInt KnownZeroLHS(BitWidth, 0), KnownOneLHS(BitWidth, 0); in transformZExtICmp() local599 computeKnownBits(LHS, KnownZeroLHS, KnownOneLHS, 0, &CI); in transformZExtICmp()602 if (KnownZeroLHS == KnownZeroRHS && KnownOneLHS == KnownOneRHS) { in transformZExtICmp()603 APInt KnownBits = KnownZeroLHS | KnownOneLHS; in transformZExtICmp()