Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2393 APInt::tcExtract(WordType *dst, unsigned dstCount, const WordType *src, in tcExtract() argument
2396 assert(dstParts <= dstCount); in tcExtract()
2418 while (dstParts < dstCount) in tcExtract()
H A DAPFloat.cpp2733 unsigned int omsb, precision, dstCount; in convertFromUnsignedParts() local
2740 dstCount = partCount(); in convertFromUnsignedParts()
2749 APInt::tcExtract(dst, dstCount, src, precision, omsb - precision); in convertFromUnsignedParts()
2753 APInt::tcExtract(dst, dstCount, src, omsb, 0); in convertFromUnsignedParts()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1766 static void tcExtract(WordType *, unsigned dstCount, const WordType *,