Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/ADT/
HDAPInt.h208 bool EqualSlowCase(const APInt &RHS) const;
211 bool EqualSlowCase(uint64_t Val) const;
980 return EqualSlowCase(RHS);
992 return EqualSlowCase(Val);
/NextBSD/contrib/llvm/lib/Support/
HDAPInt.cpp492 bool APInt::EqualSlowCase(const APInt& RHS) const { in EqualSlowCase() function in APInt
512 bool APInt::EqualSlowCase(uint64_t Val) const { in EqualSlowCase() function in APInt