Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DAPInt.h697 orAssignSlowCase(RHS);
2022 void orAssignSlowCase(const APInt &RHS);
/openbsd/src/gnu/llvm/llvm/lib/Support/
DAPInt.cpp242 void APInt::orAssignSlowCase(const APInt &RHS) { in orAssignSlowCase() function in APInt