Searched refs:IntrinsicID_match (Results 1 – 1 of 1) sorted by relevance
1132 struct IntrinsicID_match { struct1134 IntrinsicID_match(Intrinsic::ID IntrID) : ID(IntrID) { } in IntrinsicID_match() argument1153 typedef match_combine_and<IntrinsicID_match, Argument_match<T0> > Ty; argument1174 inline IntrinsicID_match1175 m_Intrinsic() { return IntrinsicID_match(IntrID); }