Searched refs:isTypeSigned (Results 1 – 5 of 5) sorted by relevance
163 bool TargetInfo::isTypeSigned(IntType T) { in isTypeSigned() function in TargetInfo
169 TI.isTypeSigned(Ty), Builder); in DefineTypeSize()504 if (!TargetInfo::isTypeSigned(TI.getWIntType())) in InitializePredefinedMacros()
183 static bool isTypeSigned(IntType T);
473 static bool isTypeSigned(DIType Ty, int *SizeInBits) { in isTypeSigned() function475 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits); in isTypeSigned()491 bool SignedConstant = isTypeSigned(Ty, &SizeInBits); in addConstantValue()
432 if (TargetInfo::isTypeSigned(Target.getWCharType())) in InitBuiltinTypes()