Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h205 APInt &AssignSlowCase(const APInt &RHS);
660 return AssignSlowCase(RHS);
/external/llvm/lib/Support/
DAPInt.cpp123 APInt& APInt::AssignSlowCase(const APInt& RHS) { in AssignSlowCase() function in APInt