Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp680 lsb = APInt::tcLSB(parts, partCount); in lostFractionThroughTruncation()
1523 return APInt::tcLSB(significandParts(), partCount()); in significandLSB()
2801 APInt::tcLSB(parts.data(), dstPartsCount) + 1 != omsb) in convertToSignExtendedInteger()
H A DAPInt.cpp2379 unsigned APInt::tcLSB(const WordType *parts, unsigned n) { in tcLSB() function in APInt
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1843 LLVM_ABI static unsigned tcLSB(const WordType *, unsigned n);
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23602 {"_ZN4llvm5APInt5tcLSBEPKyj", "llvm::APInt::tcLSB(unsigned long long const*, unsigned int)"},