Home | History | Annotate | Download | only in MSP430

Lines Matching refs:RHSC

808   if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) {
809 if (RHSC->isNullValue() && LHS.hasOneUse() &&
1015 uint64_t RHSC = RHS->getZExtValue();
1016 if ((VT == MVT::i16 && RHSC != 2) ||
1017 (VT == MVT::i8 && RHSC != 1))
1021 Offset = DAG.getConstant(RHSC, VT);