Home | History | Annotate | Download | only in MSP430

Lines Matching defs:ShiftAmount

736   uint64_t ShiftAmount = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
743 if (Opc == ISD::SRL && ShiftAmount) {
747 ShiftAmount -= 1;
750 while (ShiftAmount--)