Searched refs:EqualSlowCase (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h217 bool EqualSlowCase(const APInt &RHS) const LLVM_READONLY;
1154 return EqualSlowCase(RHS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp271 bool APInt::EqualSlowCase(const APInt& RHS) const { function in class:APInt

Completed in 122 milliseconds