LLVM  8.0.1
Classes | Namespaces | Functions
APSInt.h File Reference
#include "llvm/ADT/APInt.h"
Include dependency graph for APSInt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::APSInt
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

bool llvm::operator== (int64_t V1, const APSInt &V2)
 
bool llvm::operator!= (int64_t V1, const APSInt &V2)
 
bool llvm::operator<= (int64_t V1, const APSInt &V2)
 
bool llvm::operator>= (int64_t V1, const APSInt &V2)
 
bool llvm::operator< (int64_t V1, const APSInt &V2)
 
bool llvm::operator> (int64_t V1, const APSInt &V2)
 
raw_ostream & llvm::operator<< (raw_ostream &OS, const APSInt &I)