LLVM  4.0.0
Classes | Functions
llvm::reassociate Namespace Reference

A private "module" namespace for types and utilities used by Reassociate. More...

Classes

struct  ValueEntry
 
struct  Factor
 Utility class representing a base and exponent pair which form one factor of some product. More...
 
class  XorOpnd
 Utility class representing a non-constant Xor-operand. More...
 

Functions

bool operator< (const ValueEntry &LHS, const ValueEntry &RHS)
 

Detailed Description

A private "module" namespace for types and utilities used by Reassociate.

These are implementation details and should not be used by clients.

Function Documentation

bool llvm::reassociate::operator< ( const ValueEntry &  LHS,
const ValueEntry &  RHS 
)
inline

Definition at line 42 of file Reassociate.h.

References llvm::reassociate::ValueEntry::Rank.