LLVM 22.0.0git
llvm::InstructionBuildSteps Struct Reference

#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.

Detailed Description

Definition at line 97 of file CombinerHelper.h.

Constructor & Destructor Documentation

◆ InstructionBuildSteps() [1/2]

llvm::InstructionBuildSteps::InstructionBuildSteps ( )
default

Operands to be added to the instruction.

◆ InstructionBuildSteps() [2/2]

llvm::InstructionBuildSteps::InstructionBuildSteps ( unsigned Opcode,
const OperandBuildSteps & OperandFns )
inline

Definition at line 101 of file CombinerHelper.h.

References Opcode, and OperandFns.

Member Data Documentation

◆ Opcode

unsigned llvm::InstructionBuildSteps::Opcode = 0

Definition at line 98 of file CombinerHelper.h.

Referenced by InstructionBuildSteps().

◆ OperandFns

OperandBuildSteps llvm::InstructionBuildSteps::OperandFns

The opcode for the produced instruction.

Definition at line 99 of file CombinerHelper.h.

Referenced by InstructionBuildSteps().


The documentation for this struct was generated from the following file: