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.h716 xorAssignSlowCase(RHS);
2021 void xorAssignSlowCase(const APInt &RHS);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp257 void APInt::xorAssignSlowCase(const APInt &RHS) { in xorAssignSlowCase() function in APInt