LLVM
8.0.1
|
This is the complete list of members for llvm::APSInt, including all inherited members.
abs() const | llvm::APInt | inline |
APInt(unsigned numBits, uint64_t val, bool isSigned=false) | llvm::APInt | inline |
APInt(unsigned numBits, ArrayRef< uint64_t > bigVal) | llvm::APInt | |
APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) | llvm::APInt | |
APInt(unsigned numBits, StringRef str, uint8_t radix) | llvm::APInt | |
APInt(const APInt &that) | llvm::APInt | inline |
APInt(APInt &&that) | llvm::APInt | inline |
APInt() | llvm::APInt | inlineexplicit |
APINT_BITS_PER_WORD enum value | llvm::APInt | |
APINT_WORD_SIZE enum value | llvm::APInt | |
APSInt() | llvm::APSInt | inlineexplicit |
APSInt(uint32_t BitWidth, bool isUnsigned=true) | llvm::APSInt | inlineexplicit |
APSInt(APInt I, bool isUnsigned=true) | llvm::APSInt | inlineexplicit |
APSInt(StringRef Str) | llvm::APSInt | explicit |
ashr(unsigned ShiftAmt) const | llvm::APInt | inline |
ashr(const APInt &ShiftAmt) const | llvm::APInt | inline |
ashrInPlace(unsigned ShiftAmt) | llvm::APInt | inline |
ashrInPlace(const APInt &shiftAmt) | llvm::APInt | |
bitsToDouble() const | llvm::APInt | inline |
bitsToFloat() const | llvm::APInt | inline |
byteSwap() const | llvm::APInt | |
ceilLogBase2() const | llvm::APInt | inline |
clearAllBits() | llvm::APInt | inline |
clearBit(unsigned BitPosition) | llvm::APInt | inline |
clearSignBit() | llvm::APInt | inline |
compareValues(const APSInt &I1, const APSInt &I2) | llvm::APSInt | inlinestatic |
countLeadingOnes() const | llvm::APInt | inline |
countLeadingZeros() const | llvm::APInt | inline |
countPopulation() const | llvm::APInt | inline |
countTrailingOnes() const | llvm::APInt | inline |
countTrailingZeros() const | llvm::APInt | inline |
doubleToBits(double V) | llvm::APInt | inlinestatic |
dump() const | llvm::APInt | |
eq(const APInt &RHS) const | llvm::APInt | inline |
exactLogBase2() const | llvm::APInt | inline |
extend(uint32_t width) const | llvm::APSInt | inline |
extOrTrunc(uint32_t width) const | llvm::APSInt | inline |
extractBits(unsigned numBits, unsigned bitPosition) const | llvm::APInt | |
flipAllBits() | llvm::APInt | inline |
flipBit(unsigned bitPosition) | llvm::APInt | |
floatToBits(float V) | llvm::APInt | inlinestatic |
get(int64_t X) | llvm::APSInt | inlinestatic |
getActiveBits() const | llvm::APInt | inline |
getActiveWords() const | llvm::APInt | inline |
getAllOnesValue(unsigned numBits) | llvm::APInt | inlinestatic |
getBitsNeeded(StringRef str, uint8_t radix) | llvm::APInt | static |
getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) | llvm::APInt | inlinestatic |
getBitsSetFrom(unsigned numBits, unsigned loBit) | llvm::APInt | inlinestatic |
getBitWidth() const | llvm::APInt | inline |
getBoolValue() const | llvm::APInt | inline |
getExtValue() const | llvm::APSInt | inline |
getHiBits(unsigned numBits) const | llvm::APInt | |
getHighBitsSet(unsigned numBits, unsigned hiBitsSet) | llvm::APInt | inlinestatic |
getLimitedValue(uint64_t Limit=UINT64_MAX) const | llvm::APInt | inline |
getLoBits(unsigned numBits) const | llvm::APInt | |
getLowBitsSet(unsigned numBits, unsigned loBitsSet) | llvm::APInt | inlinestatic |
getMaxValue(uint32_t numBits, bool Unsigned) | llvm::APSInt | inlinestatic |
llvm::APInt::getMaxValue(unsigned numBits) | llvm::APInt | inlinestatic |
getMinSignedBits() const | llvm::APInt | inline |
getMinValue(uint32_t numBits, bool Unsigned) | llvm::APSInt | inlinestatic |
llvm::APInt::getMinValue(unsigned numBits) | llvm::APInt | inlinestatic |
getNullValue(unsigned numBits) | llvm::APInt | inlinestatic |
getNumSignBits() const | llvm::APInt | inline |
getNumWords() const | llvm::APInt | inline |
getNumWords(unsigned BitWidth) | llvm::APInt | inlinestatic |
getOneBitSet(unsigned numBits, unsigned BitNo) | llvm::APInt | inlinestatic |
getRawData() const | llvm::APInt | inline |
getSExtValue() const | llvm::APInt | inline |
getSignedMaxValue(unsigned numBits) | llvm::APInt | inlinestatic |
getSignedMinValue(unsigned numBits) | llvm::APInt | inlinestatic |
getSignMask(unsigned BitWidth) | llvm::APInt | inlinestatic |
getSplat(unsigned NewLen, const APInt &V) | llvm::APInt | static |
getUnsigned(uint64_t X) | llvm::APSInt | inlinestatic |
getZExtValue() const | llvm::APInt | inline |
insertBits(const APInt &SubBits, unsigned bitPosition) | llvm::APInt | |
intersects(const APInt &RHS) const | llvm::APInt | inline |
isAllOnesValue() const | llvm::APInt | inline |
isIntN(unsigned N) const | llvm::APInt | inline |
isMask(unsigned numBits) const | llvm::APInt | inline |
isMask() const | llvm::APInt | inline |
isMaxSignedValue() const | llvm::APInt | inline |
isMaxValue() const | llvm::APInt | inline |
isMinSignedValue() const | llvm::APInt | inline |
isMinValue() const | llvm::APInt | inline |
isNegative() const | llvm::APInt | inline |
isNonNegative() const | llvm::APInt | inline |
isNullValue() const | llvm::APInt | inline |
isOneValue() const | llvm::APInt | inline |
isPowerOf2() const | llvm::APInt | inline |
isSameValue(const APSInt &I1, const APSInt &I2) | llvm::APSInt | inlinestatic |
llvm::APInt::isSameValue(const APInt &I1, const APInt &I2) | llvm::APInt | inlinestatic |
isShiftedMask() const | llvm::APInt | inline |
isSignBitClear() const | llvm::APInt | inline |
isSignBitSet() const | llvm::APInt | inline |
isSigned() const | llvm::APSInt | inline |
isSignedIntN(unsigned N) const | llvm::APInt | inline |
isSignMask() const | llvm::APInt | inline |
isSplat(unsigned SplatSizeInBits) const | llvm::APInt | |
isStrictlyPositive() const | llvm::APInt | inline |
isSubsetOf(const APInt &RHS) const | llvm::APInt | inline |
isUnsigned() const | llvm::APSInt | inline |
logBase2() const | llvm::APInt | inline |
lshr(unsigned shiftAmt) const | llvm::APInt | inline |
lshr(const APInt &ShiftAmt) const | llvm::APInt | inline |
lshrInPlace(unsigned ShiftAmt) | llvm::APInt | inline |
lshrInPlace(const APInt &ShiftAmt) | llvm::APInt | |
magic() const | llvm::APInt | |
magicu(unsigned LeadingZeros=0) const | llvm::APInt | |
multiplicativeInverse(const APInt &modulo) const | llvm::APInt | |
ne(const APInt &RHS) const | llvm::APInt | inline |
nearestLogBase2() const | llvm::APInt | inline |
needsCleanup() const | llvm::APInt | inline |
negate() | llvm::APInt | inline |
operator &(const APSInt &RHS) const | llvm::APSInt | inline |
operator &=(const APSInt &RHS) | llvm::APSInt | inline |
llvm::APInt::operator &=(const APInt &RHS) | llvm::APInt | inline |
llvm::APInt::operator &=(uint64_t RHS) | llvm::APInt | inline |
operator!() const | llvm::APInt | inline |
operator!=(const APSInt &RHS) const | llvm::APSInt | inline |
operator!=(int64_t RHS) const | llvm::APSInt | inline |
llvm::APInt::operator!=(const APInt &RHS) const | llvm::APInt | inline |
llvm::APInt::operator!=(uint64_t Val) const | llvm::APInt | inline |
operator%(const APSInt &RHS) const | llvm::APSInt | inline |
operator%=(const APSInt &RHS) | llvm::APSInt | inline |
operator*(const APSInt &RHS) const | llvm::APSInt | inline |
llvm::APInt::operator*(const APInt &RHS) const | llvm::APInt | |
operator*=(const APSInt &RHS) | llvm::APSInt | inline |
llvm::APInt::operator*=(const APInt &RHS) | llvm::APInt | |
llvm::APInt::operator*=(uint64_t RHS) | llvm::APInt | |
operator+(const APSInt &RHS) const | llvm::APSInt | inline |
operator++() | llvm::APSInt | inline |
operator++(int) | llvm::APSInt | inline |
operator+=(const APSInt &RHS) | llvm::APSInt | inline |
llvm::APInt::operator+=(const APInt &RHS) | llvm::APInt | |
llvm::APInt::operator+=(uint64_t RHS) | llvm::APInt | |
operator-() const | llvm::APSInt | inline |
operator-(const APSInt &RHS) const | llvm::APSInt | inline |
operator--() | llvm::APSInt | inline |
operator--(int) | llvm::APSInt | inline |
operator-=(const APSInt &RHS) | llvm::APSInt | inline |
llvm::APInt::operator-=(const APInt &RHS) | llvm::APInt | |
llvm::APInt::operator-=(uint64_t RHS) | llvm::APInt | |
operator/(const APSInt &RHS) const | llvm::APSInt | inline |
operator/=(const APSInt &RHS) | llvm::APSInt | inline |
operator<(const APSInt &RHS) const | llvm::APSInt | inline |
operator<(int64_t RHS) const | llvm::APSInt | inline |
operator<<(unsigned Bits) const | llvm::APSInt | inline |
llvm::APInt::operator<<(const APInt &Bits) const | llvm::APInt | inline |
operator<<=(unsigned Amt) | llvm::APSInt | inline |
llvm::APInt::operator<<=(const APInt &ShiftAmt) | llvm::APInt | |
operator<=(const APSInt &RHS) const | llvm::APSInt | inline |
operator<=(int64_t RHS) const | llvm::APSInt | inline |
operator=(APInt RHS) | llvm::APSInt | inline |
operator=(uint64_t RHS) | llvm::APSInt | inline |
llvm::APInt::operator=(const APInt &RHS) | llvm::APInt | inline |
llvm::APInt::operator=(APInt &&that) | llvm::APInt | inline |
operator==(const APSInt &RHS) const | llvm::APSInt | inline |
operator==(int64_t RHS) const | llvm::APSInt | inline |
llvm::APInt::operator==(const APInt &RHS) const | llvm::APInt | inline |
llvm::APInt::operator==(uint64_t Val) const | llvm::APInt | inline |
operator>(const APSInt &RHS) const | llvm::APSInt | inline |
operator>(int64_t RHS) const | llvm::APSInt | inline |
operator>=(const APSInt &RHS) const | llvm::APSInt | inline |
operator>=(int64_t RHS) const | llvm::APSInt | inline |
operator>>(unsigned Amt) const | llvm::APSInt | inline |
operator>>=(unsigned Amt) | llvm::APSInt | inline |
operator[](unsigned bitPosition) const | llvm::APInt | inline |
operator^(const APSInt &RHS) const | llvm::APSInt | inline |
operator^=(const APSInt &RHS) | llvm::APSInt | inline |
llvm::APInt::operator^=(const APInt &RHS) | llvm::APInt | inline |
llvm::APInt::operator^=(uint64_t RHS) | llvm::APInt | inline |
operator|(const APSInt &RHS) const | llvm::APSInt | inline |
operator|=(const APSInt &RHS) | llvm::APSInt | inline |
llvm::APInt::operator|=(const APInt &RHS) | llvm::APInt | inline |
llvm::APInt::operator|=(uint64_t RHS) | llvm::APInt | inline |
operator~() const | llvm::APSInt | inline |
print(raw_ostream &OS, bool isSigned) const | llvm::APInt | |
Profile(FoldingSetNodeID &ID) const | llvm::APSInt | |
pVal | llvm::APInt | |
reverseBits() const | llvm::APInt | |
rotl(unsigned rotateAmt) const | llvm::APInt | |
rotl(const APInt &rotateAmt) const | llvm::APInt | |
rotr(unsigned rotateAmt) const | llvm::APInt | |
rotr(const APInt &rotateAmt) const | llvm::APInt | |
Rounding enum name | llvm::APInt | |
roundToDouble(bool isSigned) const | llvm::APInt | |
roundToDouble() const | llvm::APInt | inline |
sadd_ov(const APInt &RHS, bool &Overflow) const | llvm::APInt | |
sadd_sat(const APInt &RHS) const | llvm::APInt | |
sdiv(const APInt &RHS) const | llvm::APInt | |
sdiv(int64_t RHS) const | llvm::APInt | |
sdiv_ov(const APInt &RHS, bool &Overflow) const | llvm::APInt | |
sdivrem(const APInt &LHS, const APInt &RHS, APInt &Quotient, APInt &Remainder) | llvm::APInt | static |
sdivrem(const APInt &LHS, int64_t RHS, APInt &Quotient, int64_t &Remainder) | llvm::APInt | static |
setAllBits() | llvm::APInt | inline |
setBit(unsigned BitPosition) | llvm::APInt | inline |
setBits(unsigned loBit, unsigned hiBit) | llvm::APInt | inline |
setBitsFrom(unsigned loBit) | llvm::APInt | inline |
setHighBits(unsigned hiBits) | llvm::APInt | inline |
setIsSigned(bool Val) | llvm::APSInt | inline |
setIsUnsigned(bool Val) | llvm::APSInt | inline |
setLowBits(unsigned loBits) | llvm::APInt | inline |
setSignBit() | llvm::APInt | inline |
sext(unsigned width) const | llvm::APInt | |
sextOrSelf(unsigned width) const | llvm::APInt | |
sextOrTrunc(unsigned width) const | llvm::APInt | |
sge(const APInt &RHS) const | llvm::APInt | inline |
sge(int64_t RHS) const | llvm::APInt | inline |
sgt(const APInt &RHS) const | llvm::APInt | inline |
sgt(int64_t RHS) const | llvm::APInt | inline |
shl(unsigned shiftAmt) const | llvm::APInt | inline |
shl(const APInt &ShiftAmt) const | llvm::APInt | inline |
signedRoundToDouble() const | llvm::APInt | inline |
sle(const APInt &RHS) const | llvm::APInt | inline |
sle(uint64_t RHS) const | llvm::APInt | inline |
slt(const APInt &RHS) const | llvm::APInt | inline |
slt(int64_t RHS) const | llvm::APInt | inline |
smul_ov(const APInt &RHS, bool &Overflow) const | llvm::APInt | |
sqrt() const | llvm::APInt | |
srem(const APInt &RHS) const | llvm::APInt | |
srem(int64_t RHS) const | llvm::APInt | |
sshl_ov(const APInt &Amt, bool &Overflow) const | llvm::APInt | |
ssub_ov(const APInt &RHS, bool &Overflow) const | llvm::APInt | |
ssub_sat(const APInt &RHS) const | llvm::APInt | |
tcAdd(WordType *, const WordType *, WordType carry, unsigned) | llvm::APInt | static |
tcAddPart(WordType *, WordType, unsigned) | llvm::APInt | static |
tcAnd(WordType *, const WordType *, unsigned) | llvm::APInt | static |
tcAssign(WordType *, const WordType *, unsigned) | llvm::APInt | static |
tcClearBit(WordType *, unsigned bit) | llvm::APInt | static |
tcCompare(const WordType *, const WordType *, unsigned) | llvm::APInt | static |
tcComplement(WordType *, unsigned) | llvm::APInt | static |
tcDecrement(WordType *dst, unsigned parts) | llvm::APInt | inlinestatic |
tcDivide(WordType *lhs, const WordType *rhs, WordType *remainder, WordType *scratch, unsigned parts) | llvm::APInt | static |
tcExtract(WordType *, unsigned dstCount, const WordType *, unsigned srcBits, unsigned srcLSB) | llvm::APInt | static |
tcExtractBit(const WordType *, unsigned bit) | llvm::APInt | static |
tcFullMultiply(WordType *, const WordType *, const WordType *, unsigned, unsigned) | llvm::APInt | static |
tcIncrement(WordType *dst, unsigned parts) | llvm::APInt | inlinestatic |
tcIsZero(const WordType *, unsigned) | llvm::APInt | static |
tcLSB(const WordType *, unsigned n) | llvm::APInt | static |
tcMSB(const WordType *parts, unsigned n) | llvm::APInt | static |
tcMultiply(WordType *, const WordType *, const WordType *, unsigned) | llvm::APInt | static |
tcMultiplyPart(WordType *dst, const WordType *src, WordType multiplier, WordType carry, unsigned srcParts, unsigned dstParts, bool add) | llvm::APInt | static |
tcNegate(WordType *, unsigned) | llvm::APInt | static |
tcOr(WordType *, const WordType *, unsigned) | llvm::APInt | static |
tcSet(WordType *, WordType, unsigned) | llvm::APInt | static |
tcSetBit(WordType *, unsigned bit) | llvm::APInt | static |
tcSetLeastSignificantBits(WordType *, unsigned, unsigned bits) | llvm::APInt | static |
tcShiftLeft(WordType *, unsigned Words, unsigned Count) | llvm::APInt | static |
tcShiftRight(WordType *, unsigned Words, unsigned Count) | llvm::APInt | static |
tcSubtract(WordType *, const WordType *, WordType carry, unsigned) | llvm::APInt | static |
tcSubtractPart(WordType *, WordType, unsigned) | llvm::APInt | static |
tcXor(WordType *, const WordType *, unsigned) | llvm::APInt | static |
toString(SmallVectorImpl< char > &Str, unsigned Radix=10) const | llvm::APSInt | inline |
toString(unsigned Radix) const | llvm::APSInt | inline |
llvm::APInt::toString(SmallVectorImpl< char > &Str, unsigned Radix, bool Signed, bool formatAsCLiteral=false) const | llvm::APInt | |
llvm::APInt::toString(unsigned Radix, bool Signed) const | llvm::APInt | |
toStringSigned(SmallVectorImpl< char > &Str, unsigned Radix=10) const | llvm::APInt | inline |
toStringUnsigned(SmallVectorImpl< char > &Str, unsigned Radix=10) const | llvm::APInt | inline |
trunc(uint32_t width) const | llvm::APSInt | inline |
llvm::APInt::trunc(unsigned width) const | llvm::APInt | |
uadd_ov(const APInt &RHS, bool &Overflow) const | llvm::APInt | |
uadd_sat(const APInt &RHS) const | llvm::APInt | |
udiv(const APInt &RHS) const | llvm::APInt | |
udiv(uint64_t RHS) const | llvm::APInt | |
udivrem(const APInt &LHS, const APInt &RHS, APInt &Quotient, APInt &Remainder) | llvm::APInt | static |
udivrem(const APInt &LHS, uint64_t RHS, APInt &Quotient, uint64_t &Remainder) | llvm::APInt | static |
uge(const APInt &RHS) const | llvm::APInt | inline |
uge(uint64_t RHS) const | llvm::APInt | inline |
ugt(const APInt &RHS) const | llvm::APInt | inline |
ugt(uint64_t RHS) const | llvm::APInt | inline |
ule(const APInt &RHS) const | llvm::APInt | inline |
ule(uint64_t RHS) const | llvm::APInt | inline |
ult(const APInt &RHS) const | llvm::APInt | inline |
ult(uint64_t RHS) const | llvm::APInt | inline |
umul_ov(const APInt &RHS, bool &Overflow) const | llvm::APInt | |
urem(const APInt &RHS) const | llvm::APInt | |
urem(uint64_t RHS) const | llvm::APInt | |
ushl_ov(const APInt &Amt, bool &Overflow) const | llvm::APInt | |
usub_ov(const APInt &RHS, bool &Overflow) const | llvm::APInt | |
usub_sat(const APInt &RHS) const | llvm::APInt | |
VAL | llvm::APInt | |
WordType typedef | llvm::APInt | |
WORDTYPE_MAX | llvm::APInt | static |
zext(unsigned width) const | llvm::APInt | |
zextOrSelf(unsigned width) const | llvm::APInt | |
zextOrTrunc(unsigned width) const | llvm::APInt | |
~APInt() | llvm::APInt | inline |