Searched refs:AssignSlowCase (Results 1 – 4 of 4) sorted by relevance
209 APInt &AssignSlowCase(const APInt &RHS);657 return AssignSlowCase(RHS);
214 void AssignSlowCase(const APInt &RHS);759 AssignSlowCase(RHS);
123 APInt& APInt::AssignSlowCase(const APInt& RHS) { in AssignSlowCase() function in APInt
143 void APInt::AssignSlowCase(const APInt& RHS) { in AssignSlowCase() function in APInt