|
LLVM
3.7.0
|
#include "llvm/ADT/APInt.h"Go to the source code of this file.
Classes | |
| class | llvm::APSInt |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
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) |
1.8.6