Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp2419 APInt::tcExtract(WordType *dst, unsigned dstCount, const WordType *src, in tcExtract() argument
2422 assert(dstParts <= dstCount); in tcExtract()
2444 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h1918 static void tcExtract(WordType *, unsigned dstCount,