LLVM
17.0.0git
|
#include "llvm/CodeGen/GlobalISel/CombinerHelper.h"
Public Member Functions | |
InstructionBuildSteps ()=default | |
Operands to be added to the instruction. More... | |
InstructionBuildSteps (unsigned Opcode, const OperandBuildSteps &OperandFns) | |
Public Attributes | |
unsigned | Opcode = 0 |
OperandBuildSteps | OperandFns |
The opcode for the produced instruction. More... | |
Definition at line 92 of file CombinerHelper.h.
|
default |
Operands to be added to the instruction.
|
inline |
Definition at line 96 of file CombinerHelper.h.
unsigned llvm::InstructionBuildSteps::Opcode = 0 |
Definition at line 93 of file CombinerHelper.h.
OperandBuildSteps llvm::InstructionBuildSteps::OperandFns |
The opcode for the produced instruction.
Definition at line 94 of file CombinerHelper.h.