Searched refs:tcIncrement (Results 1 – 3 of 3) sorted by relevance
1543 static integerPart tcIncrement(integerPart *, unsigned int);
2543 tcIncrement(dst, parts); in tcNegate()2880 APInt::tcIncrement(integerPart *dst, unsigned int parts) in tcIncrement() function in APInt
804 carry = APInt::tcIncrement(significandParts(), partCount()); in incrementSignificand()2008 if (APInt::tcIncrement(parts, dstPartsCount)) in convertToSignExtendedInteger()