LLVM 22.0.0git
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 412 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 415 of file MIPatternMatch.h.

References VR.

Member Function Documentation

◆ match()

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

Definition at line 417 of file MIPatternMatch.h.

References llvm::MIPatternMatch::bind_helper< BindTy >::bind(), MRI, and VR.

Member Data Documentation

◆ VR

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

Definition at line 413 of file MIPatternMatch.h.

Referenced by bind_ty(), and match().


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