Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1697 static integerPart tcDecrement(integerPart *, unsigned int);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1998 static WordType tcDecrement(WordType *dst, unsigned parts) { in tcDecrement() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2841 APInt::tcDecrement(integerPart *dst, unsigned int parts) { in tcDecrement() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp186 tcDecrement(U.pVal, getNumWords()); in operator --()
DAPFloat.cpp3805 APInt::tcDecrement(Parts, partCount()); in next()