Lines Matching refs:SizeInBits
590 static bool isTypeSigned(DIType Ty, int *SizeInBits) {592 return isTypeSigned(DIDerivedType(Ty).getTypeDerivedFrom(), SizeInBits);596 *SizeInBits = Ty.getSizeInBits();610 int SizeInBits = -1;611 bool SignedConstant = isTypeSigned(Ty, &SizeInBits);613 switch (SizeInBits) {