Searched refs:isSameValue (Results 1 – 5 of 5) sorted by relevance
301 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() function
675 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
562 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() function
1203 Result = !APInt::isSameValue(A1, A2); in evaluateCMPii()1207 Result = APInt::isSameValue(A1, A2); in evaluateCMPii()1211 if (APInt::isSameValue(A1, A2)) in evaluateCMPii()
683 return CI && APInt::isSameValue(CI->getValue(), Val); in match()