Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h251 void OrAssignSlowCase(const APInt& RHS);
845 OrAssignSlowCase(RHS);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp247 void APInt::OrAssignSlowCase(const APInt& RHS) { in OrAssignSlowCase() function in APInt