LLVM 22.0.0git
|
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
GCstAndRegMatch (std::optional< ValueAndVReg > &ValReg) | |
bool | match (const MachineRegisterInfo &MRI, Register Reg) |
Public Attributes | |
std::optional< ValueAndVReg > & | ValReg |
Definition at line 151 of file MIPatternMatch.h.
|
inline |
Definition at line 153 of file MIPatternMatch.h.
|
inline |
Definition at line 154 of file MIPatternMatch.h.
References llvm::getIConstantVRegValWithLookThrough(), MRI, Reg, and ValReg.
std::optional<ValueAndVReg>& llvm::MIPatternMatch::GCstAndRegMatch::ValReg |
Definition at line 152 of file MIPatternMatch.h.
Referenced by match().