LLVM 19.0.0git
Classes | Namespaces | Functions
APSInt.h File Reference

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)
 

Detailed Description

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.