LLVM 22.0.0git
llvm::MIPatternMatch::deferred_ty< Class > Struct Template Reference

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

Public Member Functions

 deferred_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::deferred_ty< Class >

Definition at line 444 of file MIPatternMatch.h.

Constructor & Destructor Documentation

◆ deferred_ty()

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

Definition at line 447 of file MIPatternMatch.h.

References VR.

Member Function Documentation

◆ match()

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

Member Data Documentation

◆ VR

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

Definition at line 445 of file MIPatternMatch.h.

Referenced by deferred_ty(), and match().


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