Home
last modified time | relevance | path

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

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