Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/ADT/
HDAPInt.h205 APInt &AssignSlowCase(const APInt &RHS);
656 return AssignSlowCase(RHS);
/trueos/contrib/llvm/lib/Support/
HDAPInt.cpp122 APInt& APInt::AssignSlowCase(const APInt& RHS) { in AssignSlowCase() function in APInt