Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DPatternMatch.h1044 template <typename T0, typename T1, unsigned Opcode> struct TwoOps_match { struct
1048 TwoOps_match(const T0 &Op1, const T1 &Op2) : Op1(Op1), Op2(Op2) {} in TwoOps_match() argument
1105 inline TwoOps_match<Val_t, Idx_t, Instruction::ExtractElement>
1107 return TwoOps_match<Val_t, Idx_t, Instruction::ExtractElement>(Val, Idx); in m_ExtractElement()
1126 inline TwoOps_match<ValueOpTy, PointerOpTy, Instruction::Store>
1128 return TwoOps_match<ValueOpTy, PointerOpTy, Instruction::Store>(ValueOp, in m_Store()