Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1933 static WordType tcSubtractPart(WordType *, WordType, unsigned);
1999 return tcSubtractPart(dst, 1, parts); in tcDecrement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp226 tcSubtractPart(U.pVal, RHS, getNumWords()); in operator -=()
2510 APInt::WordType APInt::tcSubtractPart(WordType *dst, WordType src, in tcSubtractPart() function in APInt