Searched refs:tcXor (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1687 static void tcXor(integerPart *, const integerPart *, unsigned int);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1986 static void tcXor(WordType *, const WordType *, unsigned);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 252 tcXor(U.pVal, RHS.U.pVal, getNumWords()); in XorAssignSlowCase() 2777 void APInt::tcXor(WordType *dst, const WordType *rhs, unsigned parts) { in tcXor() function in APInt
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2789 APInt::tcXor(integerPart *dst, const integerPart *rhs, unsigned int parts) in tcXor() function in APInt
|