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

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

Collaboration diagram for llvm::MIPatternMatch::bind_ty< Class >:
Collaboration graph
[legend]

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 155 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 158 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 156 of file MIPatternMatch.h.


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