struct ICstOrSplatMatch
Declaration
template <typename ConstT>
struct ICstOrSplatMatch { /* full declaration omitted */ };
Declared at: llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:113
Templates
- ConstT
Member Variables
- public ConstT& CR
Method Overview
- public ICstOrSplatMatch<ConstT>(ConstT & C)
- public bool match(const llvm::MachineRegisterInfo & MRI, llvm::Register Reg)
Methods
¶ICstOrSplatMatch<ConstT>(ConstT& C)
ICstOrSplatMatch<ConstT>(ConstT& C)
Declared at: llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:115
Parameters
- ConstT& C
¶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:116
Parameters
- const llvm::MachineRegisterInfo& MRI
- llvm::Register Reg