LLVM  3.7.0
Public Types | List of all members
llvm::PatternMatch::m_Intrinsic_Ty< T0, T1, T2, T3 > Struct Template Reference

#include <PatternMatch.h>

Public Types

typedef match_combine_and
< typename m_Intrinsic_Ty< T0,
T1, T2 >::Ty, Argument_match
< T3 > > 
Ty
 

Detailed Description

template<typename T0, typename T1, typename T2, typename T3>
struct llvm::PatternMatch::m_Intrinsic_Ty< T0, T1, T2, T3 >

Definition at line 1222 of file PatternMatch.h.

Member Typedef Documentation

template<typename T0 , typename T1 , typename T2 , typename T3 >
typedef match_combine_and<typename m_Intrinsic_Ty<T0, T1, T2>::Ty, Argument_match<T3> > llvm::PatternMatch::m_Intrinsic_Ty< T0, T1, T2, T3 >::Ty

Definition at line 1224 of file PatternMatch.h.


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