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

Constructor & Destructor Documentation

◆ CheckType()

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

Definition at line 879 of file MIPatternMatch.h.

References Ty.

Member Function Documentation

◆ match()

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

Definition at line 881 of file MIPatternMatch.h.

References MRI, Reg, and Ty.

Member Data Documentation

◆ Ty

LLT llvm::MIPatternMatch::CheckType::Ty

Definition at line 878 of file MIPatternMatch.h.

Referenced by CheckType(), and match().


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