Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp909 APInt::tcSet(significand, 0, numParts); in makeNaN()
1168 APInt::tcSet(significandParts(), 0, partCount()); in zeroSignificand()
2499 APInt::tcSet(newParts, 0, newPartCount); in convert()
2602 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger()
2614 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger()
3933 APInt::tcSet(significandParts(), 1, partCount()); in makeSmallest()
4373 APInt::tcSet(significandParts(), 0, partCount()); in next()
4388 APInt::tcSet(significandParts(), 0, partCount()); in next()
4443 APInt::tcSet(Parts, 0, partCount()); in next()
4484 APInt::tcSet(significandParts(), 0, partCount()); in makeInf()
[all …]
H A DAPInt.cpp2321 void APInt::tcSet(WordType *dst, WordType part, unsigned parts) { in tcSet() function in APInt
2599 tcSet(dst, 0, parts); in tcMultiply()
2619 tcSet(dst, 0, rhsParts); in tcFullMultiply()
2650 tcSet(lhs, 0, parts); in tcDivide()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1751 static void tcSet(WordType *, WordType, unsigned);