Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPInt.h659 andAssignSlowCase(RHS);
2041 void andAssignSlowCase(const APInt &RHS);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDAPInt.cpp245 void APInt::andAssignSlowCase(const APInt &RHS) { in andAssignSlowCase() function in APInt