Lines Matching refs:ImN
1037 unsigned ImN, RegN, Width; in isLossyShiftLeft() local
1040 ImN = 2; in isLossyShiftLeft()
1049 ImN = 3; in isLossyShiftLeft()
1054 ImN = 2; in isLossyShiftLeft()
1069 ImN = 3; in isLossyShiftLeft()
1080 assert(MI.getOperand(ImN).isImm()); in isLossyShiftLeft()
1081 unsigned S = MI.getOperand(ImN).getImm(); in isLossyShiftLeft()
1097 unsigned ImN, RegN; in isLossyShiftRight() local
1101 ImN = 2; in isLossyShiftRight()
1113 ImN = 3; in isLossyShiftRight()
1118 ImN = 2; in isLossyShiftRight()
1134 ImN = 3; in isLossyShiftRight()
1145 assert(MI.getOperand(ImN).isImm()); in isLossyShiftRight()
1146 unsigned S = MI.getOperand(ImN).getImm(); in isLossyShiftRight()