Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp2325 APInt::tcExtract(parts.data(), dstPartsCount, src, bits, truncatedBits); in convertToSignExtendedInteger()
2328 APInt::tcExtract(parts.data(), dstPartsCount, src, semantics->precision, in convertToSignExtendedInteger()
2444 APInt::tcExtract(dst, dstCount, src, precision, omsb - precision); in convertFromUnsignedParts()
2448 APInt::tcExtract(dst, dstCount, src, omsb, 0); in convertFromUnsignedParts()
2676 APInt::tcExtract(significandParts(), partCount(), decSig.significandParts(), in roundSignificandWithExponent()
H A DAPInt.cpp2419 APInt::tcExtract(WordType *dst, unsigned dstCount, const WordType *src, in tcExtract() function in APInt
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h1918 static void tcExtract(WordType *, unsigned dstCount,