Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPInt.h215 void AssignSlowCase(const APInt &RHS);
743 AssignSlowCase(RHS);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPInt.cpp144 void APInt::AssignSlowCase(const APInt& RHS) { in AssignSlowCase() function in APInt