Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp971 APInt::tcSet(significand, 0, numParts); in makeNaN()
1248 APInt::tcSet(significandParts(), 0, partCount()); in zeroSignificand()
2630 APInt::tcSet(newParts, 0, newPartCount); in convert()
2735 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger()
2747 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger()
4202 APInt::tcSet(significandParts(), 1, partCount()); in makeSmallest()
4662 APInt::tcSet(significandParts(), 0, partCount()); in next()
4683 APInt::tcSet(significandParts(), 0, partCount()); in next()
4741 APInt::tcSet(Parts, 0, partCount()); in next()
4785 APInt::tcSet(significandParts(), 0, partCount()); in makeInf()
[all …]
H A DAPInt.cpp2340 void APInt::tcSet(WordType *dst, WordType part, unsigned parts) { in tcSet() function in APInt
2673 tcSet(lhs, 0, parts); in tcDivide()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1816 LLVM_ABI static void tcSet(WordType *, WordType, unsigned);
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23596 {"_ZN4llvm5APInt5tcSetEPyyj", "llvm::APInt::tcSet(unsigned long long*, unsigned long long, unsigned…