Lines Matching defs:Layout
1968 const StructLayout *Layout = DL.getStructLayout(CS->getType());
1978 uint64_t PadSize = ((i == e-1 ? Size : Layout->getElementOffset(i+1))
1979 - Layout->getElementOffset(i)) - FieldSize;
1987 assert(SizeSoFar == Layout->getSizeInBytes() &&
1988 "Layout of constant struct may be incorrect!");
2043 // Copy the value as we may massage the layout for constants whose bit width