LLVM API Documentation

Public Types
llvm::PatternMatch::m_Intrinsic_Ty< T0 > Struct Template Reference

#include <PatternMatch.h>

List of all members.

Public Types

typedef match_combine_and
< IntrinsicID_match,
Argument_match< T0 > > 
Ty

Detailed Description

template<typename T0>
struct llvm::PatternMatch::m_Intrinsic_Ty< T0 >

Definition at line 1175 of file PatternMatch.h.


Member Typedef Documentation

template<typename T0 >
typedef match_combine_and<IntrinsicID_match, Argument_match<T0> > llvm::PatternMatch::m_Intrinsic_Ty< T0 >::Ty

Definition at line 1176 of file PatternMatch.h.


The documentation for this struct was generated from the following file: