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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp707 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); local
711 if (Size > TypeSizeInBits) {
721 Size = TypeSizeInBits;
789 uint64_t TypeSizeInBits = getContext().toBits(Layout.getSize()); local
790 assert(TypeSizeInBits == getDataLayout().getTypeAllocSizeInBits(Ty) &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1158 unsigned TypeSizeInBits =
1160 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);
1233 unsigned TypeSizeInBits = DL.getTypeSizeInBits(ConvertedShadow->getType());
1234 unsigned SizeIndex = TypeSizeToSizeIndex(TypeSizeInBits);

Completed in 105 milliseconds