Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h215 void AssignSlowCase(const APInt &RHS);
762 AssignSlowCase(RHS);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp143 void APInt::AssignSlowCase(const APInt& RHS) { in AssignSlowCase() function in APInt