LLVM 20.0.0git
|
This file implements the APSInt class, which is a simple class that represents an arbitrary sized integer that knows its signedness. More...
#include "llvm/ADT/APInt.h"
Go to the source code of this file.
Classes | |
class | llvm::APSInt |
An arbitrary precision integer that knows its signedness. More... | |
struct | llvm::DenseMapInfo< APSInt, void > |
Provide DenseMapInfo for APSInt, using the DenseMapInfo for APInt. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
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) |
This file implements the APSInt class, which is a simple class that represents an arbitrary sized integer that knows its signedness.
Definition in file APSInt.h.