Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DPatternMatch.h1061 struct ThreeOps_match { struct
1066 ThreeOps_match(const T0 &Op1, const T1 &Op2, const T2 &Op3) in ThreeOps_match() function
1081 inline ThreeOps_match<Cond, LHS, RHS, Instruction::Select> argument
1083 return ThreeOps_match<Cond, LHS, RHS, Instruction::Select>(C, L, R); in m_Select()
1089 inline ThreeOps_match<Cond, constantint_match<L>, constantint_match<R>,
1097 inline ThreeOps_match<Val_t, Elt_t, Idx_t, Instruction::InsertElement>
1099 return ThreeOps_match<Val_t, Elt_t, Idx_t, Instruction::InsertElement>( in m_InsertElement()
1112 inline ThreeOps_match<V1_t, V2_t, Mask_t, Instruction::ShuffleVector>
1114 return ThreeOps_match<V1_t, V2_t, Mask_t, Instruction::ShuffleVector>(v1, v2, in m_ShuffleVector()