Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1867 static WordType tcIncrement(WordType *dst, unsigned parts) { in tcIncrement() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp181 tcIncrement(U.pVal, getNumWords()); in operator ++()
2488 tcIncrement(dst, parts); in tcNegate()
H A DAPFloat.cpp1204 carry = APInt::tcIncrement(significandParts(), partCount()); in incrementSignificand()
2679 if (APInt::tcIncrement(parts.data(), dstPartsCount)) in convertToSignExtendedInteger()