Searched refs:tcSet (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 938 APInt::tcSet(significand, 0, numParts); in makeNaN() 1197 APInt::tcSet(significandParts(), 0, partCount()); in zeroSignificand() 2530 APInt::tcSet(newParts, 0, newPartCount); in convert() 2633 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger() 2645 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger() 4031 APInt::tcSet(significandParts(), 1, partCount()); in makeSmallest() 4487 APInt::tcSet(significandParts(), 0, partCount()); in next() 4506 APInt::tcSet(significandParts(), 0, partCount()); in next() 4561 APInt::tcSet(Parts, 0, partCount()); in next() 4605 APInt::tcSet(significandParts(), 0, partCount()); in makeInf() [all …]
|
H A D | APInt.cpp | 2310 void APInt::tcSet(WordType *dst, WordType part, unsigned parts) { in tcSet() function in APInt 2642 tcSet(lhs, 0, parts); in tcDivide()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1774 static void tcSet(WordType *, WordType, unsigned);
|