Searched refs:EmittedSize (Results 1 – 3 of 3) sorted by relevance
2281 unsigned EmittedSize = DL.getTypeAllocSize(CDS->getType()->getElementType()) * in emitGlobalConstantDataSequential() local2283 assert(EmittedSize <= Size && "Size cannot be less than EmittedSize!"); in emitGlobalConstantDataSequential()2284 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantDataSequential()2313 unsigned EmittedSize = DL.getTypeAllocSize(CV->getType()->getElementType()) * in emitGlobalConstantVector() local2315 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantVector()
1980 unsigned EmittedSize = DL.getTypeAllocSize(CDS->getType()->getElementType()) * in emitGlobalConstantDataSequential() local1982 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantDataSequential()2012 unsigned EmittedSize = DL.getTypeAllocSize(CV->getType()->getElementType()) * in emitGlobalConstantVector() local2014 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantVector()
1623 unsigned EmittedSize = TD.getTypeAllocSize(CV->getType()->getElementType()) * in EmitGlobalConstantVector() local1625 if (unsigned Padding = Size - EmittedSize) in EmitGlobalConstantVector()