Home | History | Annotate | Download | only in MSP430

Lines Matching defs:ShiftAmount

956   uint64_t ShiftAmount = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue();
963 if (Opc == ISD::SRL && ShiftAmount) {
967 ShiftAmount -= 1;
970 while (ShiftAmount--)