Searched refs:tcAdd (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APInt.cpp | 203 tcAdd(U.pVal, RHS.U.pVal, 0, getNumWords()); in operator +=() 2442 APInt::WordType APInt::tcAdd(WordType *dst, const WordType *rhs, in tcAdd() function in APInt
|
| H A D | APFloat.cpp | 1271 return APInt::tcAdd(parts, rhs.significandParts(), 0, partCount()); in addSignificand()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1850 LLVM_ABI static WordType tcAdd(WordType *, const WordType *, WordType carry,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 23606 {"_ZN4llvm5APInt5tcAddEPyPKyyj", "llvm::APInt::tcAdd(unsigned long long*, unsigned long long const*…
|