Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp810 APInt::tcSet(significand, 0, numParts); in makeNaN()
1065 APInt::tcSet(significandParts(), 0, partCount()); in zeroSignificand()
2359 APInt::tcSet(newParts, 0, newPartCount); in convert()
2448 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger()
2460 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger()
3910 APInt::tcSet(significandParts(), 1, partCount()); in makeSmallest()
4321 APInt::tcSet(significandParts(), 0, partCount()); in next()
4334 APInt::tcSet(significandParts(), 0, partCount()); in next()
4389 APInt::tcSet(Parts, 0, partCount()); in next()
4432 APInt::tcSet(significandParts(), 0, partCount()); in makeInf()
[all …]
H A DAPInt.cpp2303 void APInt::tcSet(WordType *dst, WordType part, unsigned parts) { in tcSet() function in APInt
2580 tcSet(dst, 0, parts); in tcMultiply()
2600 tcSet(dst, 0, rhsParts); in tcFullMultiply()
2631 tcSet(lhs, 0, parts); in tcDivide()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1755 static void tcSet(WordType *, WordType, unsigned);