LLVM 20.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 142 of file MIPatternMatch.h.
|
inline |
Definition at line 144 of file MIPatternMatch.h.
|
inline |
Definition at line 145 of file MIPatternMatch.h.
References llvm::getIConstantVRegValWithLookThrough(), MRI, Reg, true, and ValReg.
std::optional<ValueAndVReg>& llvm::MIPatternMatch::GCstAndRegMatch::ValReg |
Definition at line 143 of file MIPatternMatch.h.
Referenced by match().