LLVM 22.0.0git
llvm::MIPatternMatch::bind_helper< BindTy > Struct Template Reference

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

Inheritance diagram for llvm::MIPatternMatch::bind_helper< BindTy >:
[legend]

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 358 of file MIPatternMatch.h.

Member Function Documentation

◆ bind()

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

Definition at line 359 of file MIPatternMatch.h.

References MRI.

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


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