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

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

Collaboration diagram for llvm::MIPatternMatch::CheckType:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

LLT Ty
 

Detailed Description

Definition at line 324 of file MIPatternMatch.h.

Constructor & Destructor Documentation

◆ CheckType()

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

Definition at line 326 of file MIPatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 328 of file MIPatternMatch.h.

References llvm::MachineRegisterInfo::getType().

Member Data Documentation

◆ Ty

LLT llvm::MIPatternMatch::CheckType::Ty

Definition at line 325 of file MIPatternMatch.h.


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