Home
last modified time | relevance | path

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

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