Searched refs:tcAdd (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1788 static WordType tcAdd(WordType *, const WordType *, WordType carry, unsigned);
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | APInt.cpp | 193 tcAdd(U.pVal, RHS.U.pVal, 0, getNumWords()); in operator +=() 2404 APInt::WordType APInt::tcAdd(WordType *dst, const WordType *rhs, in tcAdd() function in APInt
|
| H A D | APFloat.cpp | 1088 return APInt::tcAdd(parts, rhs.significandParts(), 0, partCount()); in addSignificand()
|