LLVM  4.0.0
Public Attributes | List of all members
llvm::consthoist::ConstantInfo Struct Reference

A base constant and all its rebased constants. More...

#include <ConstantHoisting.h>

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

Public Attributes

ConstantIntBaseConstant
 
RebasedConstantListType RebasedConstants
 

Detailed Description

A base constant and all its rebased constants.

Definition at line 89 of file ConstantHoisting.h.

Member Data Documentation

ConstantInt* llvm::consthoist::ConstantInfo::BaseConstant

Definition at line 90 of file ConstantHoisting.h.

RebasedConstantListType llvm::consthoist::ConstantInfo::RebasedConstants

Definition at line 91 of file ConstantHoisting.h.


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