Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:isTypeSigned

589 /// isTypeSigned - Return true if the type is signed.
590 static bool isTypeSigned(DIType Ty, int *SizeInBits) {
592 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits);
611 bool SignedConstant = isTypeSigned(Ty, &SizeInBits);