Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1040 return equalSlowCase(RHS);
2008 bool equalSlowCase(const APInt &RHS) const LLVM_READONLY;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp278 bool APInt::equalSlowCase(const APInt &RHS) const { in equalSlowCase() function in APInt