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

Utility class representing a base and exponent pair which form one factor of some product. More...

#include <Reassociate.h>

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

Public Member Functions

 Factor (Value *Base, unsigned Power)
 

Public Attributes

ValueBase
 
unsigned Power
 

Detailed Description

Utility class representing a base and exponent pair which form one factor of some product.

Definition at line 48 of file Reassociate.h.

Constructor & Destructor Documentation

llvm::reassociate::Factor::Factor ( Value Base,
unsigned  Power 
)
inline

Definition at line 51 of file Reassociate.h.

Member Data Documentation

Value* llvm::reassociate::Factor::Base

Definition at line 49 of file Reassociate.h.

unsigned llvm::reassociate::Factor::Power

Definition at line 50 of file Reassociate.h.


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