Static Value-Flow Analysis
Classes | Namespaces | Functions
IntervalValue.h File Reference
#include <sstream>
#include "AE/Core/NumericValue.h"

Go to the source code of this file.

Classes

class  SVF::IntervalValue
 

Namespaces

 SVF
 for isBitcode
 

Functions

IntervalValue SVF::operator+ (const IntervalValue &lhs, const IntervalValue &rhs)
 Add IntervalValues. More...
 
IntervalValue SVF::operator- (const IntervalValue &lhs, const IntervalValue &rhs)
 Subtract IntervalValues. More...
 
IntervalValue SVF::operator* (const IntervalValue &lhs, const IntervalValue &rhs)
 Multiply IntervalValues. More...
 
IntervalValue SVF::operator/ (const IntervalValue &lhs, const IntervalValue &rhs)
 Divide IntervalValues. More...
 
IntervalValue SVF::operator% (const IntervalValue &lhs, const IntervalValue &rhs)
 Divide IntervalValues. More...
 
IntervalValue SVF::operator> (const IntervalValue &lhs, const IntervalValue &rhs)
 
IntervalValue SVF::operator< (const IntervalValue &lhs, const IntervalValue &rhs)
 
IntervalValue SVF::operator>= (const IntervalValue &lhs, const IntervalValue &rhs)
 
IntervalValue SVF::operator<= (const IntervalValue &lhs, const IntervalValue &rhs)
 
IntervalValue SVF::operator<< (const IntervalValue &lhs, const IntervalValue &rhs)
 Left binary shift of IntervalValues. More...
 
IntervalValue SVF::operator>> (const IntervalValue &lhs, const IntervalValue &rhs)
 Left binary shift of IntervalValues. More...
 
IntervalValue SVF::operator& (const IntervalValue &lhs, const IntervalValue &rhs)
 Bitwise AND of IntervalValues. More...
 
IntervalValue SVF::operator| (const IntervalValue &lhs, const IntervalValue &rhs)
 Bitwise OR of IntervalValues. More...
 
IntervalValue SVF::operator^ (const IntervalValue &lhs, const IntervalValue &rhs)
 Bitwise XOR of IntervalValues. More...
 
std::ostream & SVF::operator<< (std::ostream &o, const IntervalValue &IntervalValue)
 Write an IntervalValue on a stream. More...