Searched refs:IntrinsicID_match (Results 1 – 1 of 1) sorted by relevance
2485 struct IntrinsicID_match { struct2488 IntrinsicID_match(Intrinsic::ID IntrID) : ID(IntrID) {} in IntrinsicID_match() argument2508 using Ty = match_combine_and<IntrinsicID_match, Argument_match<T0>>; argument2540 template <Intrinsic::ID IntrID> inline IntrinsicID_match m_Intrinsic() {2541 return IntrinsicID_match(IntrID);