Searched refs:isTypeSignedInt (Results 1 – 2 of 2) sorted by relevance
505 __inline bool isTypeSignedInt(TBasicType type) in isTypeSignedInt() function533 return isTypeSignedInt(type) || isTypeUnsignedInt(type); in isTypeInt()
1955 if ((isTypeSignedInt(type0) && isTypeSignedInt(type1)) || in getConversionDestinationType()1970 } else if (isTypeSignedInt(type0)) { in getConversionDestinationType()1978 } else if (isTypeSignedInt(type1)) { in getConversionDestinationType()