LLVM 19.0.0git
Classes | Functions
llvm::reassociate Namespace Reference

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

Classes

struct  Factor
 Utility class representing a base and exponent pair which form one factor of some product. More...
 
struct  ValueEntry
 
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

◆ operator<()

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

Definition at line 53 of file Reassociate.h.

References LHS, and RHS.