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