LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 86 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 90 of file CombinerHelper.h.

Member Data Documentation

◆ Opcode

unsigned llvm::InstructionBuildSteps::Opcode = 0

Definition at line 87 of file CombinerHelper.h.

◆ OperandFns

OperandBuildSteps llvm::InstructionBuildSteps::OperandFns

The opcode for the produced instruction.

Definition at line 88 of file CombinerHelper.h.


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