Home | History | Annotate | Download | only in MSP430

Lines Matching defs:RHSC

920   if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) {
921 if (RHSC->isNullValue() && LHS.hasOneUse() &&
1130 uint64_t RHSC = RHS->getZExtValue();
1131 if ((VT == MVT::i16 && RHSC != 2) ||
1132 (VT == MVT::i8 && RHSC != 1))
1136 Offset = DAG.getConstant(RHSC, VT);