LLVM: llvm::PreferredTuple Struct Reference (original) (raw)

#include "[llvm/CodeGen/GlobalISel/CombinerHelper.h](CombinerHelper%5F8h%5Fsource.html)"

Public Attributes
LLT Ty
unsigned ExtendOpcode
MachineInstr * MI

Detailed Description

Definition at line 50 of file CombinerHelper.h.

Member Data Documentation

ExtendOpcode

unsigned llvm::PreferredTuple::ExtendOpcode

Definition at line 52 of file CombinerHelper.h.

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

MI

MachineInstr* llvm::PreferredTuple::MI

Definition at line 53 of file CombinerHelper.h.

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

Ty

LLT llvm::PreferredTuple::Ty

Definition at line 51 of file CombinerHelper.h.

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


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