Searched refs:tcComplement (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 331 tcComplement(U.pVal, getNumWords()); in flipAllBitsSlowCase() 2371 tcComplement(dst, parts); in tcNegate() 2629 void APInt::tcComplement(WordType *dst, unsigned parts) { in tcComplement() function in APInt
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1710 static void tcComplement(integerPart *, unsigned int);
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 1506 static void tcComplement(integerPart *, unsigned int);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1688 static void tcComplement(integerPart *, unsigned int);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1923 static void tcComplement(WordType *, unsigned);
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 2597 tcComplement(dst, parts); in tcNegate() 2906 APInt::tcComplement(integerPart *dst, unsigned int parts) in tcComplement() function in APInt
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 2529 tcComplement(dst, parts); in tcNegate() 2840 APInt::tcComplement(integerPart *dst, unsigned int parts) in tcComplement() function in APInt
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2503 tcComplement(dst, parts); in tcNegate() 2814 APInt::tcComplement(integerPart *dst, unsigned int parts) in tcComplement() function in APInt
|