Searched defs:is_shift_op (Results 1 – 1 of 1) sorted by relevance
1046 struct is_shift_op { struct1047 bool isOpType(unsigned Opcode) { return Instruction::isShift(Opcode); } in isOpType()