Searched refs:tcIncrement (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1716 static integerPart tcIncrement(integerPart *, unsigned int);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1694 static integerPart tcIncrement(integerPart *, unsigned int);
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | APInt.h | 2004 static WordType tcIncrement(WordType *dst, unsigned parts) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1993 static WordType tcIncrement(WordType *dst, unsigned parts) { in tcIncrement() function
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2504 tcIncrement(dst, parts); in tcNegate() 2843 APInt::tcIncrement(integerPart *dst, unsigned int parts) in tcIncrement() function in APInt
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 2530 tcIncrement(dst, parts); in tcNegate() 2869 APInt::tcIncrement(integerPart *dst, unsigned int parts) in tcIncrement() function in APInt
|
D | APFloat.cpp | 899 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/ |
D | APInt.cpp | 177 tcIncrement(U.pVal, getNumWords()); in operator ++() 2526 tcIncrement(dst, parts); in tcNegate()
|
D | APFloat.cpp | 957 carry = APInt::tcIncrement(significandParts(), partCount()); in incrementSignificand() 2153 if (APInt::tcIncrement(parts.data(), dstPartsCount)) in convertToSignExtendedInteger()
|
/external/llvm-project/llvm/lib/Support/ |
D | APInt.cpp | 177 tcIncrement(U.pVal, getNumWords()); in operator ++() 2525 tcIncrement(dst, parts); in tcNegate()
|
D | APFloat.cpp | 972 carry = APInt::tcIncrement(significandParts(), partCount()); in incrementSignificand() 2336 if (APInt::tcIncrement(parts.data(), dstPartsCount)) in convertToSignExtendedInteger()
|