Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SizeInBytes

3127   uint64_t SizeInBytes = (CGF.getContext().getTypeSize(Ty) + 7) / 8;
3129 llvm::ConstantInt::get(CGF.Int32Ty, (SizeInBytes + 7) & ~7);