Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1686 static void tcOr(integerPart *, const integerPart *, unsigned int);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1985 static void tcOr(WordType *, const WordType *, unsigned);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp248 tcOr(U.pVal, RHS.U.pVal, getNumWords()); in OrAssignSlowCase()
2771 void APInt::tcOr(WordType *dst, const WordType *rhs, unsigned parts) { in tcOr() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2779 APInt::tcOr(integerPart *dst, const integerPart *rhs, unsigned int parts) in tcOr() function in APInt