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

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp270 CharUnits UnpaddedSize; local
276 UnpaddedSize = DirectAlign = CharUnits::fromQuantity(8);
282 UnpaddedSize = TyInfo.Width;
286 if (IsVector && UnpaddedSize > PaddedSize)
288 assert((UnpaddedSize <= PaddedSize) && "Invalid argument size.");
290 CharUnits Padding = (PaddedSize - UnpaddedSize);
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2159 uint64_t UnpaddedSize = getSizeInBits() - UnfilledBitsInLastUnit; local
2188 if (getSizeInBits() > UnpaddedSize) {
2189 unsigned PadSize = getSizeInBits() - UnpaddedSize;

Completed in 266 milliseconds