Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1677 template <typename T0, typename T1, unsigned Opcode> struct TwoOps_match { struct
1681 TwoOps_match(const T0 &Op1, const T1 &Op2) : Op1(Op1), Op2(Op2) {} in TwoOps_match() argument
1774 inline TwoOps_match<Val_t, Idx_t, Instruction::ExtractElement>
1776 return TwoOps_match<Val_t, Idx_t, Instruction::ExtractElement>(Val, Idx); in m_ExtractElt()
1848 inline TwoOps_match<V1_t, V2_t, Instruction::ShuffleVector>
1850 return TwoOps_match<V1_t, V2_t, Instruction::ShuffleVector>(v1, v2); in m_Shuffle()
1867 inline TwoOps_match<ValueOpTy, PointerOpTy, Instruction::Store>
1869 return TwoOps_match<ValueOpTy, PointerOpTy, Instruction::Store>(ValueOp, in m_Store()