Searched refs:TwoOps_match (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 1434 template <typename T0, typename T1, unsigned Opcode> struct TwoOps_match { struct 1438 TwoOps_match(const T0 &Op1, const T1 &Op2) : Op1(Op1), Op2(Op2) {} in TwoOps_match() argument 1501 inline TwoOps_match<Val_t, Idx_t, Instruction::ExtractElement> 1503 return TwoOps_match<Val_t, Idx_t, Instruction::ExtractElement>(Val, Idx); in m_ExtractElt() 1560 inline TwoOps_match<V1_t, V2_t, Instruction::ShuffleVector> 1562 return TwoOps_match<V1_t, V2_t, Instruction::ShuffleVector>(v1, v2); in m_Shuffle() 1579 inline TwoOps_match<ValueOpTy, PointerOpTy, Instruction::Store> 1581 return TwoOps_match<ValueOpTy, PointerOpTy, Instruction::Store>(ValueOp, in m_Store()
|