Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp182 tcIncrement(U.pVal, getNumWords()); in operator ++()
2518 tcIncrement(dst, parts); in tcNegate()
H A DAPFloat.cpp1255 carry = APInt::tcIncrement(significandParts(), partCount()); in incrementSignificand()
2781 if (APInt::tcIncrement(parts.data(), dstPartsCount)) in convertToSignExtendedInteger()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1913 static WordType tcIncrement(WordType *dst, unsigned parts) { in tcIncrement() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23610 {"_ZN4llvm5APInt11tcIncrementEPyj", "llvm::APInt::tcIncrement(unsigned long long*, unsigned int)"},