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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DOptimizedStructLayout.cpp282 uint64_t LastSize = ~(uint64_t)0;
285 assert(I->Size <= LastSize && "queue not in descending size order");
286 LastSize = I->Size;
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp1320 unsigned LastSize = Parts.front()->Size; local
1325 if (Parts[i]->Offset != (LastOffset + LastSize))
1328 LastSize = Parts[i]->Size;

Completed in 108 milliseconds