Searched refs:tcExtract (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFloat.cpp | 2763 APInt::tcExtract(parts.data(), dstPartsCount, src, bits, truncatedBits); in convertToSignExtendedInteger() 2766 APInt::tcExtract(parts.data(), dstPartsCount, src, semantics->precision, in convertToSignExtendedInteger() 2882 APInt::tcExtract(dst, dstCount, src, precision, omsb - precision); in convertFromUnsignedParts() 2886 APInt::tcExtract(dst, dstCount, src, omsb, 0); in convertFromUnsignedParts() 3114 APInt::tcExtract(significandParts(), partCount(), decSig.significandParts(), in roundSignificandWithExponent()
|
| H A D | APInt.cpp | 2412 APInt::tcExtract(WordType *dst, unsigned dstCount, const WordType *src, in tcExtract() function in APInt
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1831 LLVM_ABI static void tcExtract(WordType *, unsigned dstCount,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 23604 {"_ZN4llvm5APInt9tcExtractEPyjPKyjj", "llvm::APInt::tcExtract(unsigned long long*, unsigned int, un…
|