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

/external/llvm/include/llvm/ADT/
H A DAPInt.h208 bool EqualSlowCase(const APInt &RHS) const;
211 bool EqualSlowCase(uint64_t Val) const;
963 return EqualSlowCase(RHS);
975 return EqualSlowCase(Val);
/external/llvm/lib/Support/
H A DAPInt.cpp488 bool APInt::EqualSlowCase(const APInt& RHS) const { function in class:APInt
508 bool APInt::EqualSlowCase(uint64_t Val) const { function in class:APInt

Completed in 246 milliseconds