Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:isTypeSigned

574 /// isTypeSigned - Return true if the type is signed.
575 static bool isTypeSigned(DIType Ty, int *SizeInBits) {
577 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits);
593 bool SignedConstant = isTypeSigned(Ty, &SizeInBits);