LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::MIPatternMatch::CheckType Struct Reference

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

Public Member Functions

 CheckType (const LLT Ty)
 
bool match (const MachineRegisterInfo &MRI, Register Reg)
 

Public Attributes

LLT Ty
 

Detailed Description

Definition at line 715 of file MIPatternMatch.h.

Constructor & Destructor Documentation

◆ CheckType()

llvm::MIPatternMatch::CheckType::CheckType ( const LLT  Ty)
inline

Definition at line 717 of file MIPatternMatch.h.

Member Function Documentation

◆ match()

bool llvm::MIPatternMatch::CheckType::match ( const MachineRegisterInfo MRI,
Register  Reg 
)
inline

Definition at line 719 of file MIPatternMatch.h.

References MRI, Reg, and Ty.

Member Data Documentation

◆ Ty

LLT llvm::MIPatternMatch::CheckType::Ty

Definition at line 716 of file MIPatternMatch.h.

Referenced by match().


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