Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h253 void XorAssignSlowCase(const APInt& RHS);
856 XorAssignSlowCase(RHS);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp250 void APInt::XorAssignSlowCase(const APInt& RHS) { in XorAssignSlowCase() function in APInt