LLVM: llvm::MIPatternMatch::CheckType Struct Reference (original) (raw)
#include "[llvm/CodeGen/GlobalISel/MIPatternMatch.h](MIPatternMatch%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| CheckType (const LLT Ty) | |
| bool | match (const MachineRegisterInfo &MRI, Register Reg) |
| Public Attributes | |
|---|---|
| LLT | Ty |
Detailed Description
Definition at line 878 of file MIPatternMatch.h.
Constructor & Destructor Documentation
| llvm::MIPatternMatch::CheckType::CheckType ( const LLT Ty) | inline |
|---|
Definition at line 880 of file MIPatternMatch.h.
References Ty.
Member Function Documentation
◆ match()
| bool llvm::MIPatternMatch::CheckType::match ( const MachineRegisterInfo & MRI, Register Reg ) | inline |
|---|
Definition at line 882 of file MIPatternMatch.h.
Member Data Documentation
◆ Ty
LLT llvm::MIPatternMatch::CheckType::Ty
Definition at line 879 of file MIPatternMatch.h.
Referenced by CheckType(), and match().
The documentation for this struct was generated from the following file:
- include/llvm/CodeGen/GlobalISel/MIPatternMatch.h