Home
last modified time | relevance | path

Searched refs:dstPartsCount (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2590 unsigned int dstPartsCount, truncatedBits; in convertToSignExtendedInteger() local
2598 dstPartsCount = partCountForBits(width); in convertToSignExtendedInteger()
2599 assert(dstPartsCount <= parts.size() && "Integer too big"); in convertToSignExtendedInteger()
2602 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger()
2614 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger()
2635 APInt::tcShiftLeft(parts.data(), dstPartsCount, in convertToSignExtendedInteger()
2648 if (APInt::tcIncrement(parts.data(), dstPartsCount)) in convertToSignExtendedInteger()
2676 APInt::tcNegate (parts.data(), dstPartsCount); in convertToSignExtendedInteger()
2708 unsigned int bits, dstPartsCount; in convertToInteger() local
2710 dstPartsCount = partCountForBits(width); in convertToInteger()
[all …]