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