Home
last modified time | relevance | path

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

/external/llvm/unittests/ADT/
DAPIntTest.cpp839 TEST(APIntTest, tcDecrement) { in TEST() argument
845 integerPart carry = APInt::tcDecrement(&singleWord, 1); in TEST()
853 integerPart carry = APInt::tcDecrement(&singleWord, 1); in TEST()
864 APInt::tcDecrement(test, 4); in TEST()
872 integerPart carry = APInt::tcDecrement(test, 4); in TEST()
881 integerPart carry = APInt::tcDecrement(test, 4); in TEST()
890 integerPart carry = APInt::tcDecrement(test, 4); in TEST()
899 integerPart carry = APInt::tcDecrement(test, 4); in TEST()
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp1557 TEST(APIntTest, tcDecrement) { in TEST() argument
1563 APInt::WordType carry = APInt::tcDecrement(&singleWord, 1); in TEST()
1571 APInt::WordType carry = APInt::tcDecrement(&singleWord, 1); in TEST()
1582 APInt::tcDecrement(test, 4); in TEST()
1590 APInt::WordType carry = APInt::tcDecrement(test, 4); in TEST()
1599 APInt::WordType carry = APInt::tcDecrement(test, 4); in TEST()
1608 APInt::WordType carry = APInt::tcDecrement(test, 4); in TEST()
1617 APInt::WordType carry = APInt::tcDecrement(test, 4); in TEST()
/external/llvm/include/llvm/ADT/
DAPInt.h1719 static integerPart tcDecrement(integerPart *, unsigned int);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1697 static integerPart tcDecrement(integerPart *, unsigned int);
/external/llvm-project/llvm/include/llvm/ADT/
DAPInt.h2009 static WordType tcDecrement(WordType *dst, unsigned parts) {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1998 static WordType tcDecrement(WordType *dst, unsigned parts) { in tcDecrement() function
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2856 APInt::tcDecrement(integerPart *dst, unsigned int parts) { in tcDecrement() function in APInt
/external/llvm/lib/Support/
DAPInt.cpp2882 APInt::tcDecrement(integerPart *dst, unsigned int parts) { in tcDecrement() function in APInt
DAPFloat.cpp3891 APInt::tcDecrement(Parts, partCount()); in next()
/external/llvm-project/llvm/lib/Support/
DAPInt.cpp186 tcDecrement(U.pVal, getNumWords()); in operator --()
DAPFloat.cpp4085 APInt::tcDecrement(Parts, partCount()); in next()
/external/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()