Lines Matching defs:SH
2686 int64_t SH = MI->getOperand(2).getImm();
2695 if (MB <= ME && MBInLoHWord == MEInLoHWord && SH == 0) {
2703 (ME - MB + 1 == SH) && (MB >= 16)) {
2707 Mask = ((1LLU << 32) - 1) & ~((1LLU << (32 - SH)) - 1);
4680 int64_t SH = MI.getOperand(2).getImm();
4684 InVal = InVal.rotl(SH);
4704 int64_t SH = MI.getOperand(2).getImm();
4708 InVal = InVal.rotl(SH);
5055 uint64_t SH = ShAmt == 0 ? 0 : RightShift ? 32 - ShAmt : ShAmt;
5058 replaceInstrOperandWithImm(MI, III.OpNoForForwarding, SH);
5065 uint64_t SH = ShAmt == 0 ? 0 : RightShift ? 64 - ShAmt : ShAmt;
5067 replaceInstrOperandWithImm(MI, III.OpNoForForwarding, SH);