Searched refs:IsSignedNumericType (Results 1 – 1 of 1) sorted by relevance
162 static constexpr bool IsSignedNumericType(Type type) { in IsSignedNumericType() function203 if (IsSignedNumericType(from) && !IsSignedNumericType(to)) { in IsWidenable()