LLVM 22.0.0git
|
This is the complete list of members for llvm::DynamicAPInt, including all inherited members.
abs(const DynamicAPInt &X) | llvm::DynamicAPInt | friend |
ceilDiv(const DynamicAPInt &LHS, const DynamicAPInt &RHS) | llvm::DynamicAPInt | friend |
divByPositive(const DynamicAPInt &O) const | llvm::DynamicAPInt | |
divByPositiveInPlace(const DynamicAPInt &O) | llvm::DynamicAPInt | |
dump() const | llvm::DynamicAPInt | |
DynamicAPInt(int64_t Val) | llvm::DynamicAPInt | inlineexplicit |
DynamicAPInt(const APInt &Val) | llvm::DynamicAPInt | inlineexplicit |
DynamicAPInt() | llvm::DynamicAPInt | inline |
DynamicAPInt(const DynamicAPInt &O) | llvm::DynamicAPInt | inline |
floorDiv(const DynamicAPInt &LHS, const DynamicAPInt &RHS) | llvm::DynamicAPInt | friend |
gcd(const DynamicAPInt &A, const DynamicAPInt &B) | llvm::DynamicAPInt | friend |
hash_value(const DynamicAPInt &x) | llvm::DynamicAPInt | friend |
lcm(const DynamicAPInt &A, const DynamicAPInt &B) | llvm::DynamicAPInt | friend |
mod(const DynamicAPInt &LHS, const DynamicAPInt &RHS) | llvm::DynamicAPInt | friend |
operator int64_t() const | llvm::DynamicAPInt | inlineexplicit |
operator!=(const DynamicAPInt &O) const | llvm::DynamicAPInt | |
operator!=(const DynamicAPInt &A, int64_t B) | llvm::DynamicAPInt | friend |
operator!=(int64_t A, const DynamicAPInt &B) | llvm::DynamicAPInt | friend |
operator%(const DynamicAPInt &O) const | llvm::DynamicAPInt | |
operator%(const DynamicAPInt &A, int64_t B) | llvm::DynamicAPInt | friend |
operator%(int64_t A, const DynamicAPInt &B) | llvm::DynamicAPInt | friend |
operator%=(const DynamicAPInt &O) | llvm::DynamicAPInt | |
operator%=(DynamicAPInt &A, int64_t B) | llvm::DynamicAPInt | friend |
operator*(const DynamicAPInt &O) const | llvm::DynamicAPInt | |
operator*(const DynamicAPInt &A, int64_t B) | llvm::DynamicAPInt | friend |
operator*(int64_t A, const DynamicAPInt &B) | llvm::DynamicAPInt | friend |
operator*=(const DynamicAPInt &O) | llvm::DynamicAPInt | |
operator*=(DynamicAPInt &A, int64_t B) | llvm::DynamicAPInt | friend |
operator+(const DynamicAPInt &O) const | llvm::DynamicAPInt | |
operator+(const DynamicAPInt &A, int64_t B) | llvm::DynamicAPInt | friend |
operator+(int64_t A, const DynamicAPInt &B) | llvm::DynamicAPInt | friend |
operator++() | llvm::DynamicAPInt | |
operator+=(const DynamicAPInt &O) | llvm::DynamicAPInt | |
operator+=(DynamicAPInt &A, int64_t B) | llvm::DynamicAPInt | friend |
operator-(const DynamicAPInt &O) const | llvm::DynamicAPInt | |
operator-() const | llvm::DynamicAPInt | |
operator-(const DynamicAPInt &A, int64_t B) | llvm::DynamicAPInt | friend |
operator-(int64_t A, const DynamicAPInt &B) | llvm::DynamicAPInt | friend |
operator--() | llvm::DynamicAPInt | |
operator-=(const DynamicAPInt &O) | llvm::DynamicAPInt | |
operator-=(DynamicAPInt &A, int64_t B) | llvm::DynamicAPInt | friend |
operator/(const DynamicAPInt &O) const | llvm::DynamicAPInt | |
operator/(const DynamicAPInt &A, int64_t B) | llvm::DynamicAPInt | friend |
operator/(int64_t A, const DynamicAPInt &B) | llvm::DynamicAPInt | friend |
operator/=(const DynamicAPInt &O) | llvm::DynamicAPInt | |
operator/=(DynamicAPInt &A, int64_t B) | llvm::DynamicAPInt | friend |
operator<(const DynamicAPInt &O) const | llvm::DynamicAPInt | |
operator<(const DynamicAPInt &A, int64_t B) | llvm::DynamicAPInt | friend |
operator<(int64_t A, const DynamicAPInt &B) | llvm::DynamicAPInt | friend |
operator<=(const DynamicAPInt &O) const | llvm::DynamicAPInt | |
operator<=(const DynamicAPInt &A, int64_t B) | llvm::DynamicAPInt | friend |
operator<=(int64_t A, const DynamicAPInt &B) | llvm::DynamicAPInt | friend |
operator=(const DynamicAPInt &O) | llvm::DynamicAPInt | inline |
operator=(int X) | llvm::DynamicAPInt | inline |
operator==(const DynamicAPInt &O) const | llvm::DynamicAPInt | |
operator==(const DynamicAPInt &A, int64_t B) | llvm::DynamicAPInt | friend |
operator==(int64_t A, const DynamicAPInt &B) | llvm::DynamicAPInt | friend |
operator>(const DynamicAPInt &O) const | llvm::DynamicAPInt | |
operator>(const DynamicAPInt &A, int64_t B) | llvm::DynamicAPInt | friend |
operator>(int64_t A, const DynamicAPInt &B) | llvm::DynamicAPInt | friend |
operator>=(const DynamicAPInt &O) const | llvm::DynamicAPInt | |
operator>=(const DynamicAPInt &A, int64_t B) | llvm::DynamicAPInt | friend |
operator>=(int64_t A, const DynamicAPInt &B) | llvm::DynamicAPInt | friend |
print(raw_ostream &OS) const | llvm::DynamicAPInt | |
static_assert_layout() | llvm::DynamicAPInt | |
ValLarge | llvm::DynamicAPInt | |
ValSmall | llvm::DynamicAPInt | |
~DynamicAPInt() | llvm::DynamicAPInt | inline |