LLVM API Documentation

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

#include <PatternMatch.h>

List of all members.

Public Types

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

Detailed Description

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

Definition at line 1184 of file PatternMatch.h.


Member Typedef Documentation

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

Definition at line 1186 of file PatternMatch.h.


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