Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:SizeInBits

575 static bool isTypeSigned(DIType Ty, int *SizeInBits) {
577 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits);
581 *SizeInBits = Ty.getSizeInBits();
592 int SizeInBits = -1;
593 bool SignedConstant = isTypeSigned(Ty, &SizeInBits);
595 switch (SizeInBits) {