Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h1419 template <typename T0, unsigned Opcode> struct OneOps_match { struct
1422 OneOps_match(const T0 &Op1) : Op1(Op1) {} in OneOps_match() argument
1487 inline OneOps_match<OpTy, Instruction::Freeze> m_Freeze(const OpTy &Op) { in m_Freeze()
1488 return OneOps_match<OpTy, Instruction::Freeze>(Op); in m_Freeze()
1573 inline OneOps_match<OpTy, Instruction::Load> m_Load(const OpTy &Op) { in m_Load()
1574 return OneOps_match<OpTy, Instruction::Load>(Op); in m_Load()