Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h203 bool EqualSlowCase(const APInt& RHS) const;
206 bool EqualSlowCase(uint64_t Val) const;
861 return EqualSlowCase(RHS);
871 return EqualSlowCase(Val);
/external/llvm/lib/Support/
DAPInt.cpp487 bool APInt::EqualSlowCase(const APInt& RHS) const { in EqualSlowCase() function in APInt
507 bool APInt::EqualSlowCase(uint64_t Val) const { in EqualSlowCase() function in APInt