Searched refs:ThreeOps_match (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 1791 struct ThreeOps_match { struct 1796 ThreeOps_match(const T0 &Op1, const T1 &Op2, const T2 &Op3) in ThreeOps_match() argument 1847 inline ThreeOps_match<Cond, LHS, RHS, Instruction::Select> 1849 return ThreeOps_match<Cond, LHS, RHS, Instruction::Select>(C, L, R); in m_Select() 1855 inline ThreeOps_match<Cond, constantint_match<L>, constantint_match<R>, 1863 inline ThreeOps_match<decltype(m_Value()), LHS, RHS, Instruction::Select, true> 1865 return ThreeOps_match<decltype(m_Value()), LHS, RHS, Instruction::Select, in m_c_Select() 1877 inline ThreeOps_match<Val_t, Elt_t, Idx_t, Instruction::InsertElement> 1879 return ThreeOps_match<Val_t, Elt_t, Idx_t, Instruction::InsertElement>( in m_InsertElt()
|