Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPInt.h1933 static WordType tcSubtractPart(WordType *, WordType, unsigned);
1999 return tcSubtractPart(dst, 1, parts); in tcDecrement()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDAPInt.cpp226 tcSubtractPart(U.pVal, RHS, getNumWords()); in operator -=()
2510 APInt::WordType APInt::tcSubtractPart(WordType *dst, WordType src, in tcSubtractPart() function in APInt