Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp772 APInt::tcSet(significand, 0, numParts); in makeNaN()
972 APInt::tcSet(significandParts(), 0, partCount()); in zeroSignificand()
2220 APInt::tcSet(newParts, 0, newPartCount); in convert()
2297 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger()
2309 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger()
3647 APInt::tcSet(significandParts(), 1, partCount()); in makeSmallest()
4052 APInt::tcSet(significandParts(), 0, partCount()); in next()
4060 APInt::tcSet(significandParts(), 0, partCount()); in next()
4114 APInt::tcSet(Parts, 0, partCount()); in next()
4150 APInt::tcSet(significandParts(), 0, partCount()); in makeInf()
[all …]
H A DAPInt.cpp2346 void APInt::tcSet(WordType *dst, WordType part, unsigned parts) { in tcSet() function in APInt
2633 tcSet(dst, 0, parts); in tcMultiply()
2653 tcSet(dst, 0, rhsParts); in tcFullMultiply()
2685 tcSet(lhs, 0, parts); in tcDivide()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h1903 static void tcSet(WordType *, WordType, unsigned);