Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h147 struct Opcode_match { struct
150 explicit Opcode_match(unsigned Opc) : Opcode(Opc) {} in Opcode_match() function
158 inline Opcode_match m_Opc(unsigned Opcode) { return Opcode_match(Opcode); } in m_Opc() argument
160 inline Opcode_match m_Undef() { return Opcode_match(ISD::UNDEF); } in m_Undef()
162 inline Opcode_match m_Poison() { return Opcode_match(ISD::POISON); } in m_Poison()