Searched refs:isTypeUnsignedInt (Results 1 – 3 of 3) sorted by relevance
518 __inline bool isTypeUnsignedInt(TBasicType type) in isTypeUnsignedInt() function533 return isTypeSignedInt(type) || isTypeUnsignedInt(type); in isTypeInt()
1956 (isTypeUnsignedInt(type0) && isTypeUnsignedInt(type1))) { in getConversionDestinationType()1964 } else if (isTypeUnsignedInt(type0) && (getTypeRank(type0) > getTypeRank(type1))) { in getConversionDestinationType()1967 } else if (isTypeUnsignedInt(type1) && (getTypeRank(type1) > getTypeRank(type0))) { in getConversionDestinationType()
5418 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createBinaryOperation()5786 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createUnaryOperation()6869 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createInvocationsOperation()7237 const bool isUnsigned = isTypeUnsignedInt(typeProxy); in createSubgroupOperation()7476 bool isUnsigned = isTypeUnsignedInt(typeProxy); in createMiscOperation()