Searched refs:EqualSlowCase (Results 1 – 8 of 8) sorted by relevance
202 bool EqualSlowCase(const APInt& RHS) const;205 bool EqualSlowCase(uint64_t Val) const;850 return EqualSlowCase(RHS);860 return EqualSlowCase(Val);
208 bool EqualSlowCase(const APInt &RHS) const;211 bool EqualSlowCase(uint64_t Val) const;986 return EqualSlowCase(RHS);998 return EqualSlowCase(Val);
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;1127 return EqualSlowCase(RHS);
511 bool APInt::EqualSlowCase(const APInt& RHS) const { in EqualSlowCase() function in APInt515 bool APInt::EqualSlowCase(uint64_t Val) const { in EqualSlowCase() function in APInt
502 bool APInt::EqualSlowCase(const APInt& RHS) const { in EqualSlowCase() function in APInt522 bool APInt::EqualSlowCase(uint64_t Val) const { in EqualSlowCase() function in APInt
489 bool APInt::EqualSlowCase(const APInt& RHS) const { in EqualSlowCase() function in APInt493 bool APInt::EqualSlowCase(uint64_t Val) const { in EqualSlowCase() function in APInt
270 bool APInt::EqualSlowCase(const APInt& RHS) const { in EqualSlowCase() function in APInt