Home
last modified time | relevance | path

Searched refs:tcAddPart (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h1940 static WordType tcAddPart(WordType *, WordType, unsigned);
2007 return tcAddPart(dst, 1, parts);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp206 tcAddPart(U.pVal, RHS, getNumWords()); in operator +=()
2471 APInt::WordType APInt::tcAddPart(WordType *dst, WordType src, in tcAddPart() function in APInt