LLVM  4.0.0
Public Member Functions | Public Attributes | List of all members
llvm::reassociate::ValueEntry Struct Reference

#include <Reassociate.h>

Collaboration diagram for llvm::reassociate::ValueEntry:
[legend]

Public Member Functions

 ValueEntry (unsigned R, Value *O)
 

Public Attributes

unsigned Rank
 
ValueOp
 

Detailed Description

Definition at line 37 of file Reassociate.h.

Constructor & Destructor Documentation

llvm::reassociate::ValueEntry::ValueEntry ( unsigned  R,
Value O 
)
inline

Definition at line 40 of file Reassociate.h.

Member Data Documentation

Value* llvm::reassociate::ValueEntry::Op

Definition at line 39 of file Reassociate.h.

unsigned llvm::reassociate::ValueEntry::Rank

Definition at line 38 of file Reassociate.h.

Referenced by llvm::reassociate::operator<().


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