Lines Matching defs:KnownLHS
38550 [Opc](const KnownBits &KnownLHS, const KnownBits &KnownRHS) {
38553 KnownLHS, KnownRHS);
43809 KnownBits KnownLHS, KnownRHS;
43826 KnownLHS, TLO, Depth + 1))
44121 KnownBits KnownLHS, KnownRHS;
44124 KnownLHS, TLO, Depth + 1))
55834 KnownBits KnownLHS = DAG.computeKnownBits(Src.getOperand(0));
55836 unsigned ShiftAmt = KnownLHS.countMinLeadingZeros();
55837 if (KnownLHS.countMaxPopulation() == 1 &&