|
LLVM 22.0.0git
|
This is the complete list of members for llvm::APFixedPoint, including all inherited members.
| add(const APFixedPoint &Other, bool *Overflow=nullptr) const | llvm::APFixedPoint | |
| APFixedPoint(const APInt &Val, const FixedPointSemantics &Sema) | llvm::APFixedPoint | inline |
| APFixedPoint(uint64_t Val, const FixedPointSemantics &Sema) | llvm::APFixedPoint | inline |
| APFixedPoint(const FixedPointSemantics &Sema) | llvm::APFixedPoint | inline |
| compare(const APFixedPoint &Other) const | llvm::APFixedPoint | |
| convert(const FixedPointSemantics &DstSema, bool *Overflow=nullptr) const | llvm::APFixedPoint | |
| convertToFloat(const fltSemantics &FloatSema) const | llvm::APFixedPoint | |
| convertToInt(unsigned DstWidth, bool DstSign, bool *Overflow=nullptr) const | llvm::APFixedPoint | |
| div(const APFixedPoint &Other, bool *Overflow=nullptr) const | llvm::APFixedPoint | |
| dump() const | llvm::APFixedPoint | |
| getBoolValue() const | llvm::APFixedPoint | inline |
| getEpsilon(const FixedPointSemantics &Sema) | llvm::APFixedPoint | static |
| getFromFloatValue(const APFloat &Value, const FixedPointSemantics &DstFXSema, bool *Overflow=nullptr) | llvm::APFixedPoint | static |
| getFromIntValue(const APSInt &Value, const FixedPointSemantics &DstFXSema, bool *Overflow=nullptr) | llvm::APFixedPoint | static |
| getIntPart() const | llvm::APFixedPoint | inline |
| getLsbWeight() const | llvm::APFixedPoint | inline |
| getMax(const FixedPointSemantics &Sema) | llvm::APFixedPoint | static |
| getMin(const FixedPointSemantics &Sema) | llvm::APFixedPoint | static |
| getMsbWeight() const | llvm::APFixedPoint | inline |
| getScale() const | llvm::APFixedPoint | inline |
| getSemantics() const | llvm::APFixedPoint | inline |
| getValue() const | llvm::APFixedPoint | inline |
| getWidth() const | llvm::APFixedPoint | inline |
| hasPadding() const | llvm::APFixedPoint | inline |
| isSaturated() const | llvm::APFixedPoint | inline |
| isSigned() const | llvm::APFixedPoint | inline |
| mul(const APFixedPoint &Other, bool *Overflow=nullptr) const | llvm::APFixedPoint | |
| negate(bool *Overflow=nullptr) const | llvm::APFixedPoint | |
| operator!=(const APFixedPoint &Other) const | llvm::APFixedPoint | inline |
| operator<(const APFixedPoint &Other) const | llvm::APFixedPoint | inline |
| operator<=(const APFixedPoint &Other) const | llvm::APFixedPoint | inline |
| operator==(const APFixedPoint &Other) const | llvm::APFixedPoint | inline |
| operator>(const APFixedPoint &Other) const | llvm::APFixedPoint | inline |
| operator>=(const APFixedPoint &Other) const | llvm::APFixedPoint | inline |
| print(raw_ostream &) const | llvm::APFixedPoint | |
| promoteFloatSemantics(const fltSemantics *S) | llvm::APFixedPoint | static |
| shl(unsigned Amt, bool *Overflow=nullptr) const | llvm::APFixedPoint | |
| shr(unsigned Amt, bool *Overflow=nullptr) const | llvm::APFixedPoint | inline |
| sub(const APFixedPoint &Other, bool *Overflow=nullptr) const | llvm::APFixedPoint | |
| toString(SmallVectorImpl< char > &Str) const | llvm::APFixedPoint | |
| toString() const | llvm::APFixedPoint | inline |