Searched refs:EmittedSize (Results 1 – 3 of 3) sorted by relevance
2456 unsigned EmittedSize = DL.getTypeAllocSize(CDS->getType()->getElementType()) * in emitGlobalConstantDataSequential() local2458 assert(EmittedSize <= Size && "Size cannot be less than EmittedSize!"); in emitGlobalConstantDataSequential()2459 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantDataSequential()2488 unsigned EmittedSize = DL.getTypeAllocSize(CV->getType()->getElementType()) * in emitGlobalConstantVector() local2490 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()
2594 unsigned EmittedSize = in emitGlobalConstantDataSequential() local2596 assert(EmittedSize <= Size && "Size cannot be less than EmittedSize!"); in emitGlobalConstantDataSequential()2597 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantDataSequential()2626 unsigned EmittedSize = DL.getTypeAllocSize(CV->getType()->getElementType()) * in emitGlobalConstantVector() local2628 if (unsigned Padding = Size - EmittedSize) in emitGlobalConstantVector()