LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::consthoist::ConstantUser Struct Reference

Keeps track of the user of a constant and the operand index where the constant is used. More...

#include <ConstantHoisting.h>

Collaboration diagram for llvm::consthoist::ConstantUser:
[legend]

Public Member Functions

 ConstantUser (Instruction *Inst, unsigned Idx)
 

Public Attributes

InstructionInst
 
unsigned OpndIdx
 

Detailed Description

Keeps track of the user of a constant and the operand index where the constant is used.

Definition at line 51 of file ConstantHoisting.h.

Constructor & Destructor Documentation

llvm::consthoist::ConstantUser::ConstantUser ( Instruction Inst,
unsigned  Idx 
)
inline

Definition at line 55 of file ConstantHoisting.h.

Member Data Documentation

Instruction* llvm::consthoist::ConstantUser::Inst

Definition at line 52 of file ConstantHoisting.h.

unsigned llvm::consthoist::ConstantUser::OpndIdx

Definition at line 53 of file ConstantHoisting.h.


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