Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h247 void AndAssignSlowCase(const APInt& RHS);
796 AndAssignSlowCase(RHS);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp242 void APInt::AndAssignSlowCase(const APInt& RHS) { in AndAssignSlowCase() function in APInt