Searched refs:TwoOps_match (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 1463 template <typename T0, typename T1, unsigned Opcode> struct TwoOps_match { struct 1467 TwoOps_match(const T0 &Op1, const T1 &Op2) : Op1(Op1), Op2(Op2) {} in TwoOps_match() argument 1560 inline TwoOps_match<Val_t, Idx_t, Instruction::ExtractElement> 1562 return TwoOps_match<Val_t, Idx_t, Instruction::ExtractElement>(Val, Idx); in m_ExtractElt() 1619 inline TwoOps_match<V1_t, V2_t, Instruction::ShuffleVector> 1621 return TwoOps_match<V1_t, V2_t, Instruction::ShuffleVector>(v1, v2); in m_Shuffle() 1638 inline TwoOps_match<ValueOpTy, PointerOpTy, Instruction::Store> 1640 return TwoOps_match<ValueOpTy, PointerOpTy, Instruction::Store>(ValueOp, in m_Store()
|