Lines Matching full:sizeinbytes
2423 uint64_t SizeInBytes = (CGF.getContext().getTypeSize(Ty) + 7) / 8;
2425 llvm::ConstantInt::get(CGF.Int32Ty, (SizeInBytes + 7) & ~7);
2920 unsigned SizeInBytes = CGF.getContext().getTypeSize(Ty) / 8;
2928 SizeInBytes = 16;
2931 unsigned Offset = llvm::RoundUpToAlignment(SizeInBytes, 8);
2965 if (SizeInBytes < 8) {
2967 AddrAsInt = Builder.CreateAdd(AddrAsInt, Builder.getInt64(8 - SizeInBytes));