Searched refs:tcSubtract (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 222 tcSubtract(U.pVal, RHS.U.pVal, 0, getNumWords()); in operator -=() 2447 APInt::WordType APInt::tcSubtract(WordType *dst, const WordType *rhs, in tcSubtract() function in APInt 2649 tcSubtract(remainder, srhs, 0, parts); in tcDivide()
|
H A D | APFloat.cpp | 1234 return APInt::tcSubtract(parts, rhs.significandParts(), borrow, in subtractSignificand() 1435 APInt::tcSubtract(dividend, divisor, 0, partsCount); in divideSignificand()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1812 static WordType tcSubtract(WordType *, const WordType *, WordType carry,
|