Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h690 orAssignSlowCase(RHS);
1974 void orAssignSlowCase(const APInt &RHS);
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPInt.cpp242 void APInt::orAssignSlowCase(const APInt &RHS) { in orAssignSlowCase() function in APInt