Home
last modified time | relevance | path

Searched defs:Opcode_match (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h126 struct Opcode_match { struct
129 explicit Opcode_match(unsigned Opc) : Opcode(Opc) {} in Opcode_match() function
137 inline Opcode_match m_Opc(unsigned Opcode) { return Opcode_match(Opcode); } in m_Opc() argument