LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::MIPatternMatch::bind_ty< Class > Struct Template Reference

#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"

Public Member Functions

 bind_ty (Class &V)
 
template<typename ITy >
bool match (const MachineRegisterInfo &MRI, ITy &&V)
 

Public Attributes

Class & VR
 

Detailed Description

template<typename Class>
struct llvm::MIPatternMatch::bind_ty< Class >

Definition at line 359 of file MIPatternMatch.h.

Constructor & Destructor Documentation

◆ bind_ty()

template<typename Class >
llvm::MIPatternMatch::bind_ty< Class >::bind_ty ( Class &  V)
inline

Definition at line 362 of file MIPatternMatch.h.

Member Function Documentation

◆ match()

template<typename Class >
template<typename ITy >
bool llvm::MIPatternMatch::bind_ty< Class >::match ( const MachineRegisterInfo MRI,
ITy &&  V 
)
inline

Member Data Documentation

◆ VR

template<typename Class >
Class& llvm::MIPatternMatch::bind_ty< Class >::VR

Definition at line 360 of file MIPatternMatch.h.

Referenced by llvm::MIPatternMatch::bind_ty< Class >::match().


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