LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::MIPatternMatch::bind_helper< BindTy > Struct Template Reference

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

Static Public Member Functions

static bool bind (const MachineRegisterInfo &MRI, BindTy &VR, BindTy &V)
 

Detailed Description

template<typename BindTy>
struct llvm::MIPatternMatch::bind_helper< BindTy >

Definition at line 318 of file MIPatternMatch.h.

Member Function Documentation

◆ bind()

template<typename BindTy >
static bool llvm::MIPatternMatch::bind_helper< BindTy >::bind ( const MachineRegisterInfo MRI,
BindTy &  VR,
BindTy &  V 
)
inlinestatic

Definition at line 319 of file MIPatternMatch.h.

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


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