Home
last modified time | relevance | path

Searched refs:tcSubtract (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp223 tcSubtract(U.pVal, RHS.U.pVal, 0, getNumWords()); in operator -=()
2477 APInt::WordType APInt::tcSubtract(WordType *dst, const WordType *rhs, in tcSubtract() function in APInt
2680 tcSubtract(remainder, srhs, 0, parts); in tcDivide()
H A DAPFloat.cpp1285 return APInt::tcSubtract(parts, rhs.significandParts(), borrow, in subtractSignificand()
1493 APInt::tcSubtract(dividend, divisor, 0, partsCount); in divideSignificand()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1856 LLVM_ABI static WordType tcSubtract(WordType *, const WordType *,
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23607 {"_ZN4llvm5APInt10tcSubtractEPyPKyyj", "llvm::APInt::tcSubtract(unsigned long long*, unsigned long …