Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1681 static integerPart tcIncrement(integerPart *, unsigned int);
/external/llvm/lib/Support/
DAPInt.cpp2510 tcIncrement(dst, parts); in tcNegate()
2847 APInt::tcIncrement(integerPart *dst, unsigned int parts) in tcIncrement() function in APInt
DAPFloat.cpp876 carry = APInt::tcIncrement(significandParts(), partCount()); in incrementSignificand()
2127 if (APInt::tcIncrement(parts, dstPartsCount)) in convertToSignExtendedInteger()