Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h687 orAssignSlowCase(RHS);
2018 void orAssignSlowCase(const APInt &RHS);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp251 void APInt::orAssignSlowCase(const APInt &RHS) { in orAssignSlowCase() function in APInt