Lines Matching defs:LHSC
55365 auto *LHSC = dyn_cast<ConstantSDNode>(LHS);55369 if (LHSC && !RHSC)55376 if (LHSC && RHSC && LHSC->isZero() && RHSC->isZero() &&55394 if (LHSC && RHSC && !LHSC->isZero() && !N->hasAnyUseOfValue(1)) {55396 APInt Sum = LHSC->getAPIntValue() + RHSC->getAPIntValue();