Searched refs:KnownLHS (Results 1 – 2 of 2) sorted by relevance
895 KnownBits KnownLHS = computeKnownBits(LHS, 0, &CI); in transformZExtICmp() local898 if (KnownLHS.Zero == KnownRHS.Zero && KnownLHS.One == KnownRHS.One) { in transformZExtICmp()899 APInt KnownBits = KnownLHS.Zero | KnownLHS.One; in transformZExtICmp()907 if (KnownLHS.One.uge(UnknownBit)) in transformZExtICmp()
7253 auto KnownLHS = LHSAncestors.find(RHS->getInterface()->getCanonicalDecl()); in areCommonBaseCompatible() local7254 if (KnownLHS != LHSAncestors.end()) { in areCommonBaseCompatible()7255 LHS = KnownLHS->second; in areCommonBaseCompatible()