LLVM 20.0.0git
|
Matcher for a specific constant splat. More...
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
SpecificConstantSplatMatch (int64_t RequestedVal) | |
bool | match (const MachineRegisterInfo &MRI, Register Reg) |
Public Attributes | |
int64_t | RequestedVal |
Matcher for a specific constant splat.
Definition at line 200 of file MIPatternMatch.h.
|
inline |
Definition at line 202 of file MIPatternMatch.h.
|
inline |
Definition at line 204 of file MIPatternMatch.h.
References llvm::isBuildVectorConstantSplat(), MRI, Reg, and RequestedVal.
int64_t llvm::MIPatternMatch::SpecificConstantSplatMatch::RequestedVal |
Definition at line 201 of file MIPatternMatch.h.
Referenced by match().