Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h1742 static WordType tcAddPart(WordType *, WordType, unsigned);
1801 return tcAddPart(dst, 1, parts); in tcIncrement()
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp201 tcAddPart(U.pVal, RHS, getNumWords()); in operator +=()
2430 APInt::WordType APInt::tcAddPart(WordType *dst, WordType src, in tcAddPart() function in APInt