Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DAPInt.h246 void OrAssignSlowCase(const APInt& RHS);
845 OrAssignSlowCase(RHS);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DAPInt.cpp247 void APInt::OrAssignSlowCase(const APInt& RHS) { in OrAssignSlowCase() function in APInt