struct SpecificConstantSplatMatch
Declaration
struct SpecificConstantSplatMatch { /* full declaration omitted */ };
Description
Matcher for a specific constant splat.
Declared at: llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:196
Member Variables
- public int64_t RequestedVal
Method Overview
- public SpecificConstantSplatMatch(int64_t RequestedVal)
- public bool match(const llvm::MachineRegisterInfo & MRI, llvm::Register Reg)
Methods
¶SpecificConstantSplatMatch(int64_t RequestedVal)
SpecificConstantSplatMatch(int64_t RequestedVal)
Declared at: llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:198
Parameters
- int64_t RequestedVal
¶bool match(const llvm::MachineRegisterInfo& MRI,
llvm::Register Reg)
bool match(const llvm::MachineRegisterInfo& MRI,
llvm::Register Reg)
Declared at: llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:200
Parameters
- const llvm::MachineRegisterInfo& MRI
- llvm::Register Reg