LLVM 20.0.0git
|
#include "llvm/CodeGen/GlobalISel/CombinerHelper.h"
Public Member Functions | |
InstructionStepsMatchInfo ()=default | |
InstructionStepsMatchInfo (std::initializer_list< InstructionBuildSteps > InstrsToBuild) | |
Public Attributes | |
SmallVector< InstructionBuildSteps, 2 > | InstrsToBuild |
Describes instructions to be built during a combine. | |
Definition at line 94 of file CombinerHelper.h.
|
default |
|
inline |
Definition at line 98 of file CombinerHelper.h.
SmallVector<InstructionBuildSteps, 2> llvm::InstructionStepsMatchInfo::InstrsToBuild |
Describes instructions to be built during a combine.
Definition at line 96 of file CombinerHelper.h.
Referenced by llvm::CombinerHelper::applyBuildInstructionSteps().