Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2415 APInt::tcExtract(WordType *dst, unsigned dstCount, const WordType *src, in tcExtract() argument
2418 assert(dstParts <= dstCount); in tcExtract()
2440 while (dstParts < dstCount) in tcExtract()
H A DAPFloat.cpp2428 unsigned int omsb, precision, dstCount; in convertFromUnsignedParts() local
2435 dstCount = partCount(); in convertFromUnsignedParts()
2444 APInt::tcExtract(dst, dstCount, src, precision, omsb - precision); in convertFromUnsignedParts()
2448 APInt::tcExtract(dst, dstCount, src, omsb, 0); in convertFromUnsignedParts()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1911 static void tcExtract(WordType *, unsigned dstCount,