Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1869 static WordType tcSubtractPart(WordType *, WordType, unsigned);
1935 return tcSubtractPart(dst, 1, parts); in tcDecrement()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp225 tcSubtractPart(U.pVal, RHS, getNumWords()); in operator -=()
2356 APInt::WordType APInt::tcSubtractPart(WordType *dst, WordType src, in tcSubtractPart() function in APInt