Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1863 static WordType tcAddPart(WordType *, WordType, unsigned);
1930 return tcAddPart(dst, 1, parts); in tcIncrement()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp205 tcAddPart(U.pVal, RHS, getNumWords()); in operator +=()
2318 APInt::WordType APInt::tcAddPart(WordType *dst, WordType src, in tcAddPart() function in APInt