Lines Matching refs:ImN
1113 unsigned ImN, RegN, Width; in isLossyShiftLeft() local
1116 ImN = 2; in isLossyShiftLeft()
1125 ImN = 3; in isLossyShiftLeft()
1130 ImN = 2; in isLossyShiftLeft()
1145 ImN = 3; in isLossyShiftLeft()
1156 assert(MI.getOperand(ImN).isImm()); in isLossyShiftLeft()
1157 unsigned S = MI.getOperand(ImN).getImm(); in isLossyShiftLeft()
1173 unsigned ImN, RegN; in isLossyShiftRight() local
1177 ImN = 2; in isLossyShiftRight()
1189 ImN = 3; in isLossyShiftRight()
1194 ImN = 2; in isLossyShiftRight()
1210 ImN = 3; in isLossyShiftRight()
1221 assert(MI.getOperand(ImN).isImm()); in isLossyShiftRight()
1222 unsigned S = MI.getOperand(ImN).getImm(); in isLossyShiftRight()