Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp772 APInt::tcSet(significand, 0, numParts); in makeNaN()
972 APInt::tcSet(significandParts(), 0, partCount()); in zeroSignificand()
2244 APInt::tcSet(newParts, 0, newPartCount); in convert()
2321 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger()
2333 APInt::tcSet(parts.data(), 0, dstPartsCount); in convertToSignExtendedInteger()
3665 APInt::tcSet(significandParts(), 1, partCount()); in makeSmallest()
4070 APInt::tcSet(significandParts(), 0, partCount()); in next()
4078 APInt::tcSet(significandParts(), 0, partCount()); in next()
4132 APInt::tcSet(Parts, 0, partCount()); in next()
4168 APInt::tcSet(significandParts(), 0, partCount()); in makeInf()
[all …]
H A DAPInt.cpp2307 void APInt::tcSet(WordType *dst, WordType part, unsigned parts) { in tcSet() function in APInt
2584 tcSet(dst, 0, parts); in tcMultiply()
2604 tcSet(dst, 0, rhsParts); in tcFullMultiply()
2635 tcSet(lhs, 0, parts); in tcDivide()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h1707 static void tcSet(WordType *, WordType, unsigned);