|
CIRCT 22.0.0git
|
This is the complete list of members for circt::FVInt, including all inherited members.
| Bit enum name | circt::FVInt | |
| flipAllBits() | circt::FVInt | inline |
| fromString(StringRef str, unsigned radix=10) | circt::FVInt | inlinestatic |
| FVInt() | circt::FVInt | inlineexplicit |
| FVInt(unsigned numBits, uint64_t value, bool isSigned=false) | circt::FVInt | inline |
| FVInt(APInt &&value) | circt::FVInt | inline |
| FVInt(const APInt &value) | circt::FVInt | inline |
| FVInt(APInt &&rawValue, APInt &&rawUnknown) | circt::FVInt | inline |
| getActiveBits() const | circt::FVInt | inline |
| getAllOnes(unsigned numBits) | circt::FVInt | inlinestatic |
| getAllX(unsigned numBits) | circt::FVInt | inlinestatic |
| getAllZ(unsigned numBits) | circt::FVInt | inlinestatic |
| getBit(unsigned index) const | circt::FVInt | inline |
| getBitWidth() const | circt::FVInt | inline |
| getOneBits() const | circt::FVInt | inline |
| getRawUnknown() const | circt::FVInt | inline |
| getRawValue() const | circt::FVInt | inline |
| getSignificantBits() const | circt::FVInt | inline |
| getUnknownBits() const | circt::FVInt | inline |
| getXBits() const | circt::FVInt | inline |
| getZBits() const | circt::FVInt | inline |
| getZero(unsigned numBits) | circt::FVInt | inlinestatic |
| getZeroBits() const | circt::FVInt | inline |
| hasUnknown() const | circt::FVInt | inline |
| isAllOnes() const | circt::FVInt | inline |
| isAllX() const | circt::FVInt | inline |
| isAllZ() const | circt::FVInt | inline |
| isNegative() const | circt::FVInt | inline |
| isZero() const | circt::FVInt | inline |
| negate() | circt::FVInt | inline |
| operator!=(const FVInt &other) const | circt::FVInt | inline |
| operator!=(const T &other) const | circt::FVInt | inline |
| operator&(const T &other) const | circt::FVInt | inline |
| operator&=(const FVInt &other) | circt::FVInt | inline |
| operator&=(T other) | circt::FVInt | inline |
| operator*(const T &other) const | circt::FVInt | inline |
| operator*=(const FVInt &other) | circt::FVInt | inline |
| operator*=(const T &other) | circt::FVInt | inline |
| operator+(const T &other) const | circt::FVInt | inline |
| operator+=(const FVInt &other) | circt::FVInt | inline |
| operator+=(const T &other) | circt::FVInt | inline |
| operator-() const | circt::FVInt | inline |
| operator-(const T &other) const | circt::FVInt | inline |
| operator-=(const FVInt &other) | circt::FVInt | inline |
| operator-=(const T &other) | circt::FVInt | inline |
| operator<<=(const FVInt &amount) | circt::FVInt | inline |
| operator<<=(const T &amount) | circt::FVInt | inline |
| operator==(const FVInt &other) const | circt::FVInt | inline |
| operator==(const T &other) const | circt::FVInt | inline |
| operator^(const T &other) const | circt::FVInt | inline |
| operator^=(const FVInt &other) | circt::FVInt | inline |
| operator^=(const T &other) | circt::FVInt | inline |
| operator|(const T &other) const | circt::FVInt | inline |
| operator|=(const FVInt &other) | circt::FVInt | inline |
| operator|=(T other) | circt::FVInt | inline |
| operator~() const | circt::FVInt | inline |
| print(raw_ostream &os) const | circt::FVInt | |
| replaceZWithX() | circt::FVInt | inline |
| sdiv(const FVInt &other) const | circt::FVInt | inline |
| sdiv(int64_t other) const | circt::FVInt | inline |
| setAllOne() | circt::FVInt | inline |
| setAllX() | circt::FVInt | inline |
| setAllXIfAnyUnknown() | circt::FVInt | inline |
| setAllXIfAnyUnknown(const FVInt &other) | circt::FVInt | inline |
| setAllZ() | circt::FVInt | inline |
| setAllZero() | circt::FVInt | inline |
| setBit(unsigned index, Bit bit) | circt::FVInt | inline |
| setBit(unsigned index, bool val) | circt::FVInt | inline |
| setOneBits(const T &mask) | circt::FVInt | inline |
| setXBits(const T &mask) | circt::FVInt | inline |
| setZBits(const T &mask) | circt::FVInt | inline |
| setZeroBits(const T &mask) | circt::FVInt | inline |
| sext(unsigned bitWidth) const | circt::FVInt | inline |
| sextOrTrunc(unsigned bitWidth) const | circt::FVInt | inline |
| toAPInt(bool unknownBitMapping) const | circt::FVInt | inline |
| toString(unsigned radix=10, bool uppercase=true) const | circt::FVInt | inline |
| trunc(unsigned bitWidth) const | circt::FVInt | inline |
| tryFromString(StringRef str, unsigned radix=10) | circt::FVInt | static |
| tryToString(SmallVectorImpl< char > &str, unsigned radix=10, bool uppercase=true) const | circt::FVInt | |
| udiv(const FVInt &other) const | circt::FVInt | inline |
| udiv(uint64_t other) const | circt::FVInt | inline |
| unknown | circt::FVInt | private |
| V0 enum value | circt::FVInt | |
| V1 enum value | circt::FVInt | |
| value | circt::FVInt | private |
| X enum value | circt::FVInt | |
| Z enum value | circt::FVInt | |
| zext(unsigned bitWidth) const | circt::FVInt | inline |
| zextOrTrunc(unsigned bitWidth) const | circt::FVInt | inline |