Lines Matching defs:LHSC
56679 auto *LHSC = dyn_cast<ConstantSDNode>(LHS);56683 if (LHSC && !RHSC)56690 if (LHSC && RHSC && LHSC->isZero() && RHSC->isZero() &&56708 if (LHSC && RHSC && !LHSC->isZero() && !N->hasAnyUseOfValue(1)) {56710 APInt Sum = LHSC->getAPIntValue() + RHSC->getAPIntValue();