Searched refs:IsBitIntType (Results 1 – 1 of 1) sorted by relevance
2711 bool IsBitIntType = Field->getType()->isBitIntType(); in getSubobjectSizeInBits() local2712 if (!Field->getType()->isReferenceType() && !IsBitIntType && in getSubobjectSizeInBits()2726 if (IsBitIntType) { in getSubobjectSizeInBits()2734 } else if (IsBitIntType && !Context.hasUniqueObjectRepresentations( in getSubobjectSizeInBits()