Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp2476 APInt::tcExtract(parts.data(), dstPartsCount, src, bits, truncatedBits); in convertToSignExtendedInteger()
2479 APInt::tcExtract(parts.data(), dstPartsCount, src, semantics->precision, in convertToSignExtendedInteger()
2595 APInt::tcExtract(dst, dstCount, src, precision, omsb - precision); in convertFromUnsignedParts()
2599 APInt::tcExtract(dst, dstCount, src, omsb, 0); in convertFromUnsignedParts()
2827 APInt::tcExtract(significandParts(), partCount(), decSig.significandParts(), in roundSignificandWithExponent()
H A DAPInt.cpp2374 APInt::tcExtract(WordType *dst, unsigned dstCount, const WordType *src, in tcExtract() function in APInt
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1770 static void tcExtract(WordType *, unsigned dstCount, const WordType *,