Searched refs:isTypeSignedInt (Results 1 – 2 of 2) sorted by relevance
474 __inline bool isTypeSignedInt(TBasicType type) in isTypeSignedInt() function502 return isTypeSignedInt(type) || isTypeUnsignedInt(type); in isTypeInt()
1803 if ((isTypeSignedInt(type0) && isTypeSignedInt(type1)) || in getConversionDestinatonType()1818 } else if (isTypeSignedInt(type0)) { in getConversionDestinatonType()1826 } else if (isTypeSignedInt(type1)) { in getConversionDestinatonType()