Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h250 void OrAssignSlowCase(const APInt& RHS);
826 OrAssignSlowCase(RHS);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp246 void APInt::OrAssignSlowCase(const APInt& RHS) { in OrAssignSlowCase() function in APInt