reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/PatternMatch.h
 1683 inline Argument_match<Opnd_t> m_Argument(const Opnd_t &Op) {
 1684   return Argument_match<Opnd_t>(OpI, Op);
 1711   using Ty = match_combine_and<IntrinsicID_match, Argument_match<T0>>;
 1715       match_combine_and<typename m_Intrinsic_Ty<T0>::Ty, Argument_match<T1>>;
 1721                         Argument_match<T2>>;
 1727                         Argument_match<T3>>;