Lines Matching defs:SH
2688 int64_t SH = MI->getOperand(2).getImm();
2697 if (MB <= ME && MBInLoHWord == MEInLoHWord && SH == 0) {
2705 (ME - MB + 1 == SH) && (MB >= 16)) {
2709 Mask = ((1LLU << 32) - 1) & ~((1LLU << (32 - SH)) - 1);
4675 int64_t SH = MI.getOperand(2).getImm();
4679 InVal = InVal.rotl(SH);
4699 int64_t SH = MI.getOperand(2).getImm();
4703 InVal = InVal.rotl(SH);
5050 uint64_t SH = ShAmt == 0 ? 0 : RightShift ? 32 - ShAmt : ShAmt;
5053 replaceInstrOperandWithImm(MI, III.OpNoForForwarding, SH);
5060 uint64_t SH = ShAmt == 0 ? 0 : RightShift ? 64 - ShAmt : ShAmt;
5062 replaceInstrOperandWithImm(MI, III.OpNoForForwarding, SH);