Lines Matching defs:KnownLHS
37530 [Opc](const KnownBits &KnownLHS, const KnownBits &KnownRHS) {
37533 KnownLHS, KnownRHS);
42672 KnownBits KnownLHS, KnownRHS;
42689 KnownLHS, TLO, Depth + 1))
42951 KnownBits KnownLHS, KnownRHS;
42954 KnownLHS, TLO, Depth + 1))
54552 KnownBits KnownLHS = DAG.computeKnownBits(Src.getOperand(0));
54554 unsigned ShiftAmt = KnownLHS.countMinLeadingZeros();
54555 if (KnownLHS.countMaxPopulation() == 1 &&