LLVM 23.0.0git
llvm::PatternMatch::m_Intrinsic_Ty< T0, T1, T2, T3, T4 > Struct Template Reference

#include "llvm/IR/PatternMatch.h"

Inheritance diagram for llvm::PatternMatch::m_Intrinsic_Ty< T0, T1, T2, T3, T4 >:
[legend]

Public Types

using Ty

Detailed Description

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

Definition at line 2836 of file PatternMatch.h.

Member Typedef Documentation

◆ Ty

template<typename T0, typename T1, typename T2, typename T3, typename T4>
using llvm::PatternMatch::m_Intrinsic_Ty< T0, T1, T2, T3, T4 >::Ty
Initial value:
match_combine_and<typename m_Intrinsic_Ty<T0, T1, T2, T3>::Ty,

Definition at line 2837 of file PatternMatch.h.


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