Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1694 static integerPart tcIncrement(integerPart *, unsigned int);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1993 static WordType tcIncrement(WordType *dst, unsigned parts) { in tcIncrement() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2489 tcIncrement(dst, parts); in tcNegate()
2828 APInt::tcIncrement(integerPart *dst, unsigned int parts) in tcIncrement() function in APInt
/third_party/skia/third_party/externals/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()