LLVM 19.0.0git
Public Attributes | List of all members
llvm::PreferredTuple Struct Reference

#include "llvm/CodeGen/GlobalISel/CombinerHelper.h"

Public Attributes

LLT Ty
 
unsigned ExtendOpcode
 
MachineInstrMI
 

Detailed Description

Definition at line 49 of file CombinerHelper.h.

Member Data Documentation

◆ ExtendOpcode

unsigned llvm::PreferredTuple::ExtendOpcode

Definition at line 51 of file CombinerHelper.h.

Referenced by llvm::CombinerHelper::applyCombineExtendingLoads().

◆ MI

MachineInstr* llvm::PreferredTuple::MI

Definition at line 52 of file CombinerHelper.h.

Referenced by llvm::CombinerHelper::applyCombineExtendingLoads().

◆ Ty

LLT llvm::PreferredTuple::Ty

Definition at line 50 of file CombinerHelper.h.

Referenced by llvm::CombinerHelper::applyCombineExtendingLoads().


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