LLVM 20.0.0git
|
Matcher for a specific constant or constant splat. More...
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
SpecificConstantOrSplatMatch (int64_t RequestedVal) | |
bool | match (const MachineRegisterInfo &MRI, Register Reg) |
Public Attributes | |
int64_t | RequestedVal |
Matcher for a specific constant or constant splat.
Definition at line 216 of file MIPatternMatch.h.
|
inline |
Definition at line 218 of file MIPatternMatch.h.
|
inline |
Definition at line 220 of file MIPatternMatch.h.
References llvm::isBuildVectorConstantSplat(), llvm::MIPatternMatch::m_ICst(), llvm::MIPatternMatch::mi_match(), MRI, Reg, and RequestedVal.
int64_t llvm::MIPatternMatch::SpecificConstantOrSplatMatch::RequestedVal |
Definition at line 217 of file MIPatternMatch.h.
Referenced by match().