Searched refs:tcMSB (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFloat.cpp | 1323 omsb = APInt::tcMSB(fullSignificand, newPartsCount) + 1; in multiplySignificand() 1391 omsb = APInt::tcMSB(fullSignificand, newPartsCount) + 1; in multiplySignificand() 1468 bit = precision - APInt::tcMSB(divisor, partsCount) - 1; in divideSignificand() 1475 bit = precision - APInt::tcMSB(dividend, partsCount) - 1; in divideSignificand() 1519 return APInt::tcMSB(significandParts(), partCount()); in significandMSB() 2789 unsigned int omsb = APInt::tcMSB(parts.data(), dstPartsCount) + 1; in convertToSignExtendedInteger() 2871 omsb = APInt::tcMSB(src, srcCount) + 1; in convertFromUnsignedParts()
|
| H A D | APInt.cpp | 2392 unsigned APInt::tcMSB(const WordType *parts, unsigned n) { in tcMSB() function in APInt 2662 unsigned shiftCount = tcMSB(rhs, parts) + 1; in tcDivide()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1844 LLVM_ABI static unsigned tcMSB(const WordType *parts, unsigned n);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 23603 {"_ZN4llvm5APInt5tcMSBEPKyj", "llvm::APInt::tcMSB(unsigned long long const*, unsigned int)"},
|