Home
last modified time | relevance | path

Searched refs:OrAssignSlowCase (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h250 void OrAssignSlowCase(const APInt& RHS);
843 OrAssignSlowCase(RHS);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp247 void APInt::OrAssignSlowCase(const APInt& RHS) { in OrAssignSlowCase() function in APInt