Home
last modified time | relevance | path

Searched refs:tcAdd (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h1937 static WordType tcAdd(WordType *, const WordType *,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp198 tcAdd(U.pVal, RHS.U.pVal, 0, getNumWords()); in operator +=()
2449 APInt::WordType APInt::tcAdd(WordType *dst, const WordType *rhs, in tcAdd() function in APInt
H A DAPFloat.cpp995 return APInt::tcAdd(parts, rhs.significandParts(), 0, partCount()); in addSignificand()