Home
last modified time | relevance | path

Searched refs:tcExtract (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp2349 APInt::tcExtract(parts.data(), dstPartsCount, src, bits, truncatedBits); in convertToSignExtendedInteger()
2352 APInt::tcExtract(parts.data(), dstPartsCount, src, semantics->precision, in convertToSignExtendedInteger()
2468 APInt::tcExtract(dst, dstCount, src, precision, omsb - precision); in convertFromUnsignedParts()
2472 APInt::tcExtract(dst, dstCount, src, omsb, 0); in convertFromUnsignedParts()
2700 APInt::tcExtract(significandParts(), partCount(), decSig.significandParts(), in roundSignificandWithExponent()
H A DAPInt.cpp2378 APInt::tcExtract(WordType *dst, unsigned dstCount, const WordType *src, in tcExtract() function in APInt
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h1722 static void tcExtract(WordType *, unsigned dstCount, const WordType *,