Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:SizeInBits

473 static bool isTypeSigned(DIType Ty, int *SizeInBits) {
475 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits);
479 *SizeInBits = Ty.getSizeInBits();
490 int SizeInBits = -1;
491 bool SignedConstant = isTypeSigned(Ty, &SizeInBits);
493 switch (SizeInBits) {