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

#include "llvm/IR/PatternMatch.h"

Public Types

using Ty = match_combine_and< IntrinsicID_match, Argument_match< T0 > >
 

Detailed Description

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

Definition at line 2348 of file PatternMatch.h.

Member Typedef Documentation

◆ Ty

Definition at line 2349 of file PatternMatch.h.


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