LLVM 20.0.0git
|
Matcher for a specific constant value. More...
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
SpecificConstantMatch (int64_t RequestedVal) | |
bool | match (const MachineRegisterInfo &MRI, Register Reg) |
Public Attributes | |
int64_t | RequestedVal |
Matcher for a specific constant value.
Definition at line 185 of file MIPatternMatch.h.
|
inline |
Definition at line 187 of file MIPatternMatch.h.
|
inline |
Definition at line 188 of file MIPatternMatch.h.
References llvm::MIPatternMatch::m_ICst(), llvm::MIPatternMatch::mi_match(), MRI, Reg, and RequestedVal.
int64_t llvm::MIPatternMatch::SpecificConstantMatch::RequestedVal |
Definition at line 186 of file MIPatternMatch.h.
Referenced by match().