Searched refs:XorSlowCase (Results 1 – 2 of 2) sorted by relevance
202 APInt XorSlowCase(const APInt &RHS) const;799 return XorSlowCase(RHS);
451 APInt APInt::XorSlowCase(const APInt& RHS) const { in XorSlowCase() function in APInt