LLVM 22.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 90 of file MIPatternMatch.h.
|
inline |
Definition at line 92 of file MIPatternMatch.h.
References llvm::CallingConv::C, and CR.
|
inline |
Definition at line 93 of file MIPatternMatch.h.
References CR, llvm::MIPatternMatch::matchConstant(), MRI, and Reg.
ConstT& llvm::MIPatternMatch::ConstantMatch< ConstT >::CR |
Definition at line 91 of file MIPatternMatch.h.
Referenced by ConstantMatch(), and match().