Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h660 andAssignSlowCase(RHS);
1971 void andAssignSlowCase(const APInt &RHS);
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp236 void APInt::andAssignSlowCase(const APInt &RHS) { in andAssignSlowCase() function in APInt