Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp289 return tcCompare(U.pVal, RHS.U.pVal, getNumWords()); in compare()
309 return tcCompare(U.pVal, RHS.U.pVal, getNumWords()); in compareSigned()
2678 int compare = tcCompare(remainder, srhs, parts); in tcDivide()
2752 int APInt::tcCompare(const WordType *lhs, const WordType *rhs, in tcCompare() function in APInt
H A DAPFloat.cpp1484 if (APInt::tcCompare(dividend, divisor, partsCount) < 0) { in divideSignificand()
1487 assert(APInt::tcCompare(dividend, divisor, partsCount) >= 0); in divideSignificand()
1492 if (APInt::tcCompare(dividend, divisor, partsCount) >= 0) { in divideSignificand()
1501 int cmp = APInt::tcCompare(dividend, divisor, partsCount); in divideSignificand()
1563 compare = APInt::tcCompare(significandParts(), rhs.significandParts(), in compareAbsoluteValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1910 LLVM_ABI static int tcCompare(const WordType *, const WordType *, unsigned);
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23616 {"_ZN4llvm5APInt9tcCompareEPKyS2_j", "llvm::APInt::tcCompare(unsigned long long const*, unsigned lo…