Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h1716 static integerPart tcIncrement(integerPart *, unsigned int);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1694 static integerPart tcIncrement(integerPart *, unsigned int);
/external/llvm-project/llvm/include/llvm/ADT/
DAPInt.h2004 static WordType tcIncrement(WordType *dst, unsigned parts) {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1993 static WordType tcIncrement(WordType *dst, unsigned parts) { in tcIncrement() function
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2504 tcIncrement(dst, parts); in tcNegate()
2843 APInt::tcIncrement(integerPart *dst, unsigned int parts) in tcIncrement() function in APInt
/external/llvm/lib/Support/
DAPInt.cpp2530 tcIncrement(dst, parts); in tcNegate()
2869 APInt::tcIncrement(integerPart *dst, unsigned int parts) in tcIncrement() function in APInt
DAPFloat.cpp899 carry = APInt::tcIncrement(significandParts(), partCount()); in incrementSignificand()
2162 if (APInt::tcIncrement(parts, dstPartsCount)) in convertToSignExtendedInteger()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp177 tcIncrement(U.pVal, getNumWords()); in operator ++()
2526 tcIncrement(dst, parts); in tcNegate()
DAPFloat.cpp957 carry = APInt::tcIncrement(significandParts(), partCount()); in incrementSignificand()
2153 if (APInt::tcIncrement(parts.data(), dstPartsCount)) in convertToSignExtendedInteger()
/external/llvm-project/llvm/lib/Support/
DAPInt.cpp177 tcIncrement(U.pVal, getNumWords()); in operator ++()
2525 tcIncrement(dst, parts); in tcNegate()
DAPFloat.cpp972 carry = APInt::tcIncrement(significandParts(), partCount()); in incrementSignificand()
2336 if (APInt::tcIncrement(parts.data(), dstPartsCount)) in convertToSignExtendedInteger()