Searched defs:Opcode_match (Results 1 – 1 of 1) sorted by relevance
126 struct Opcode_match { struct129 explicit Opcode_match(unsigned Opc) : Opcode(Opc) {} in Opcode_match() function137 inline Opcode_match m_Opc(unsigned Opcode) { return Opcode_match(Opcode); } in m_Opc() argument