Home | History | Annotate | Download | only in MSP430

Lines Matching defs:RHSC

924   if (ConstantSDNode *RHSC = dyn_cast<ConstantSDNode>(RHS)) {
925 if (RHSC->isNullValue() && LHS.hasOneUse() &&
1126 uint64_t RHSC = RHS->getZExtValue();
1127 if ((VT == MVT::i16 && RHSC != 2) ||
1128 (VT == MVT::i8 && RHSC != 1))
1132 Offset = DAG.getConstant(RHSC, VT);