Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h605 assignSlowCase(RHS);
1979 void assignSlowCase(const APInt &RHS);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp139 void APInt::assignSlowCase(const APInt &RHS) { in assignSlowCase() function in APInt