Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h738 xorAssignSlowCase(RHS);
2098 LLVM_ABI void xorAssignSlowCase(const APInt &RHS);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp259 void APInt::xorAssignSlowCase(const APInt &RHS) { in xorAssignSlowCase() function in APInt