Searched refs:EmittedSize (Results 1 – 1 of 1) sorted by relevance
1798 unsigned EmittedSize = DL.getTypeAllocSize(CDS->getType()->getElementType()) * in emitGlobalConstantDataSequential() local1800 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantDataSequential()1826 unsigned EmittedSize = DL.getTypeAllocSize(CV->getType()->getElementType()) * in emitGlobalConstantVector() local1828 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantVector()