Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1853 LLVM_ABI static WordType tcAddPart(WordType *, WordType, unsigned);
1914 return tcAddPart(dst, 1, parts); in tcIncrement()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp211 tcAddPart(U.pVal, RHS, getNumWords()); in operator +=()
2464 APInt::WordType APInt::tcAddPart(WordType *dst, WordType src, in tcAddPart() function in APInt