Searched defs:TypeSizeInBits (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp117 uint64_t TypeSizeInBits = CGF.CGM.getContext().toBits(RL.getSize()); local
121 uint64_t ContainingTypeSize = TypeSizeInBits - (FieldBitOffset - BitOffset);
H A DCGRecordLayoutBuilder.cpp243 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); local
247 if (FieldSize > TypeSizeInBits) {
257 FieldSize = TypeSizeInBits;
273 assert(llvm::isPowerOf2_32(TypeSizeInBits) && "Unexpected type size!");
277 unsigned AccessWidth = TypeSizeInBits; // The current access width to attempt.
1038 uint64_t TypeSizeInBits = getContext().toBits(Layout.getSize()); local
1039 assert(TypeSizeInBits == getTargetData().getTypeAllocSizeInBits(Ty) &&
1102 assert(AccessBitOffset + AI.AccessWidth <= TypeSizeInBits &&

Completed in 1143 milliseconds