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

#include "llvm/IR/PatternMatch.h"

Public Types

using Ty = match_combine_and< typename m_Intrinsic_Ty< T0 >::Ty, Argument_match< T1 > >
 

Detailed Description

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

Definition at line 2360 of file PatternMatch.h.

Member Typedef Documentation

◆ Ty

template<typename T0 , typename T1 >
using llvm::PatternMatch::m_Intrinsic_Ty< T0, T1 >::Ty = match_combine_and<typename m_Intrinsic_Ty<T0>::Ty, Argument_match<T1> >

Definition at line 2361 of file PatternMatch.h.


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