Searched refs:tcCompare (Results 1 – 4 of 4) sorted by relevance
/external/llvm/unittests/ADT/ |
D | APIntTest.cpp | 761 EXPECT_EQ(APInt::tcCompare(test, expected, 4), 0); in TEST() 770 EXPECT_EQ(APInt::tcCompare(test, expected, 4), 0); in TEST() 779 EXPECT_EQ(APInt::tcCompare(test, expected, 4), 0); in TEST() 788 EXPECT_EQ(APInt::tcCompare(test, expected, 4), 0); in TEST() 797 EXPECT_EQ(APInt::tcCompare(test, expected, 4), 0); in TEST()
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 1095 if (APInt::tcCompare(dividend, divisor, partsCount) < 0) { in divideSignificand() 1098 assert(APInt::tcCompare(dividend, divisor, partsCount) >= 0); in divideSignificand() 1103 if (APInt::tcCompare(dividend, divisor, partsCount) >= 0) { in divideSignificand() 1112 int cmp = APInt::tcCompare(dividend, divisor, partsCount); in divideSignificand() 1183 compare = APInt::tcCompare(significandParts(), rhs.significandParts(), in compareAbsoluteValue()
|
D | APInt.cpp | 2728 compare = tcCompare(remainder, srhs, parts); in tcDivide() 2854 APInt::tcCompare(const integerPart *lhs, const integerPart *rhs, in tcCompare() function in APInt
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1696 static int tcCompare(const integerPart *, const integerPart *, unsigned int);
|