Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp2309 unsigned int dstPartsCount, truncatedBits; in convertToSignExtendedInteger() local
2317 dstPartsCount = partCountForBits(width); in convertToSignExtendedInteger()
2318 assert(dstPartsCount <= parts.size() && "Integer too big"); in convertToSignExtendedInteger()
2321 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger()
2333 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger()
2354 APInt::tcShiftLeft(parts.data(), dstPartsCount, in convertToSignExtendedInteger()
2367 if (APInt::tcIncrement(parts.data(), dstPartsCount)) in convertToSignExtendedInteger()
2395 APInt::tcNegate (parts.data(), dstPartsCount); in convertToSignExtendedInteger()
2427 unsigned int bits, dstPartsCount; in convertToInteger() local
2429 dstPartsCount = partCountForBits(width); in convertToInteger()
[all …]