LLVM 20.0.0git
|
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
ConstantMatch (ConstT &C) | |
bool | match (const MachineRegisterInfo &MRI, Register Reg) |
Public Attributes | |
ConstT & | CR |
Definition at line 81 of file MIPatternMatch.h.
|
inline |
Definition at line 83 of file MIPatternMatch.h.
|
inline |
Definition at line 84 of file MIPatternMatch.h.
References llvm::MIPatternMatch::ConstantMatch< ConstT >::CR, MRI, and Reg.
ConstT& llvm::MIPatternMatch::ConstantMatch< ConstT >::CR |
Definition at line 82 of file MIPatternMatch.h.
Referenced by llvm::MIPatternMatch::ConstantMatch< ConstT >::match().