Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h243 void AndAssignSlowCase(const APInt& RHS);
815 AndAssignSlowCase(RHS);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp243 void APInt::AndAssignSlowCase(const APInt& RHS) { in AndAssignSlowCase() function in APInt