Searched refs:XorSlowCase (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DAPInt.h202 APInt XorSlowCase(const APInt &RHS) const;
799 return XorSlowCase(RHS);
/external/llvm/lib/Support/
H A DAPInt.cpp451 APInt APInt::XorSlowCase(const APInt& RHS) const { function in class:APInt

Completed in 537 milliseconds