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

This represents a constant that has been rebased with respect to a base constant. More...

#include <ConstantHoisting.h>

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

Public Member Functions

 RebasedConstantInfo (ConstantUseListType &&Uses, Constant *Offset)
 

Public Attributes

ConstantUseListType Uses
 
ConstantOffset
 

Detailed Description

This represents a constant that has been rebased with respect to a base constant.

The difference to the base constant is recorded in Offset.

Definition at line 78 of file ConstantHoisting.h.

Constructor & Destructor Documentation

llvm::consthoist::RebasedConstantInfo::RebasedConstantInfo ( ConstantUseListType &&  Uses,
Constant Offset 
)
inline

Definition at line 82 of file ConstantHoisting.h.

Member Data Documentation

Constant* llvm::consthoist::RebasedConstantInfo::Offset

Definition at line 80 of file ConstantHoisting.h.

ConstantUseListType llvm::consthoist::RebasedConstantInfo::Uses

Definition at line 79 of file ConstantHoisting.h.


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