Searched refs:tcAssign (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APInt.cpp | 2348 void APInt::tcAssign(WordType *dst, const WordType *src, unsigned parts) { in tcAssign() function in APInt 2418 tcAssign(dst, src + firstSrcPart, dstParts); in tcExtract() 2670 tcAssign(srhs, rhs, parts); in tcDivide() 2672 tcAssign(remainder, lhs, parts); in tcDivide()
|
| H A D | APFloat.cpp | 837 APInt::tcAssign(dst, p1, result); in powerOf5() 933 APInt::tcAssign(significandParts(), rhs.significandParts(), in copySignificand() 973 APInt::tcAssign(significand, fill->getRawData(), in makeNaN() 1418 APInt::tcAssign(lhsSignificand, fullSignificand, partsCount); in multiplySignificand() 2632 APInt::tcAssign(newParts, significandParts(), oldPartCount); in convert() 2922 APInt::tcAssign(copy, src, srcCount); in convertFromSignExtendedInteger()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1819 LLVM_ABI static void tcAssign(WordType *, const WordType *, unsigned);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 23597 {"_ZN4llvm5APInt8tcAssignEPyPKyj", "llvm::APInt::tcAssign(unsigned long long*, unsigned long long c…
|