Searched refs:tcAdd (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| D | APInt.h | 1930 static WordType tcAdd(WordType *, const WordType *,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | APInt.cpp | 198 tcAdd(U.pVal, RHS.U.pVal, 0, getNumWords()); in operator +=() 2445 APInt::WordType APInt::tcAdd(WordType *dst, const WordType *rhs, in tcAdd() function in APInt
|
| D | APFloat.cpp | 995 return APInt::tcAdd(parts, rhs.significandParts(), 0, partCount()); in addSignificand()
|