Searched refs:EqualSlowCase (Results 1 – 4 of 4) sorted by relevance
212 bool EqualSlowCase(const APInt &RHS) const;215 bool EqualSlowCase(uint64_t Val) const;962 return EqualSlowCase(RHS);974 return EqualSlowCase(Val);
217 bool EqualSlowCase(const APInt &RHS) const LLVM_READONLY;1154 return EqualSlowCase(RHS);
474 bool APInt::EqualSlowCase(const APInt& RHS) const { in EqualSlowCase() function in APInt478 bool APInt::EqualSlowCase(uint64_t Val) const { in EqualSlowCase() function in APInt
271 bool APInt::EqualSlowCase(const APInt& RHS) const { in EqualSlowCase() function in APInt