Searched refs:tcIncrement (Results 1 – 5 of 5) sorted by relevance
1694 static integerPart tcIncrement(integerPart *, unsigned int);
1993 static WordType tcIncrement(WordType *dst, unsigned parts) { in tcIncrement() function
2489 tcIncrement(dst, parts); in tcNegate()2828 APInt::tcIncrement(integerPart *dst, unsigned int parts) in tcIncrement() function in APInt
177 tcIncrement(U.pVal, getNumWords()); in operator ++()2526 tcIncrement(dst, parts); in tcNegate()
957 carry = APInt::tcIncrement(significandParts(), partCount()); in incrementSignificand()2153 if (APInt::tcIncrement(parts.data(), dstPartsCount)) in convertToSignExtendedInteger()