Home | History | Annotate | Download | only in MSP430

Lines Matching defs:ShiftAmount

615   uint64_t ShiftAmount = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
622 if (Opc == ISD::SRL && ShiftAmount) {
626 ShiftAmount -= 1;
629 while (ShiftAmount--)