Home
last modified time | relevance | path

Searched refs:tcComplement (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp332 tcComplement(U.pVal, getNumWords()); in flipAllBitsSlowCase()
2525 tcComplement(dst, parts); in tcNegate()
2783 void APInt::tcComplement(WordType *dst, unsigned parts) { in tcComplement() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1688 static void tcComplement(integerPart *, unsigned int);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1987 static void tcComplement(WordType *, unsigned);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2488 tcComplement(dst, parts); in tcNegate()
2799 APInt::tcComplement(integerPart *dst, unsigned int parts) in tcComplement() function in APInt