Searched refs:IntrinsicID_match (Results 1 – 2 of 2) sorted by relevance
1188 struct IntrinsicID_match { struct1190 IntrinsicID_match(Intrinsic::ID IntrID) : ID(IntrID) {} in IntrinsicID_match() function1210 typedef match_combine_and<IntrinsicID_match, Argument_match<T0>> Ty; argument1229 template <Intrinsic::ID IntrID> inline IntrinsicID_match m_Intrinsic() {1230 return IntrinsicID_match(IntrID);
1522 struct IntrinsicID_match { struct1525 IntrinsicID_match(Intrinsic::ID IntrID) : ID(IntrID) {} in IntrinsicID_match() argument1545 using Ty = match_combine_and<IntrinsicID_match, Argument_match<T0>>; argument1566 template <Intrinsic::ID IntrID> inline IntrinsicID_match m_Intrinsic() {1567 return IntrinsicID_match(IntrID);