Home | History | Annotate | Download | only in MSP430

Lines Matching refs:ShiftAmount

648   uint64_t ShiftAmount = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
655 if (Opc == ISD::SRL && ShiftAmount) {
659 ShiftAmount -= 1;
662 while (ShiftAmount--)