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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h250 void OrAssignSlowCase(const APInt& RHS);
843 OrAssignSlowCase(RHS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp247 void APInt::OrAssignSlowCase(const APInt& RHS) { function in class:APInt

Completed in 70 milliseconds