Searched refs:getSizeInBytes (Results 1 – 8 of 8) sorted by relevance
309 uint64_t getSizeInBytes() const { in getSizeInBytes() function
103 ElementSize = TD->getStructLayout(ST)->getSizeInBytes(); in computeArraySize()
438 if (FullOffset < SL.getSizeInBytes()) { in expandAddToGEP()
446 assert(sizeSoFar == cvsLayout->getSizeInBytes() && in EmitGlobalConstantStruct()
1329 TypeSize = TD->getStructLayout(ST)->getSizeInBytes(); in PerformHeapAllocSRoA()1557 unsigned TypeSize = TD->getStructLayout(AllocSTy)->getSizeInBytes(); in TryToOptimizeStoreOfMallocToGlobal()
716 assert(Offset < (int64_t)SL->getSizeInBytes() && in FindElementAtOffset()
1573 assert(SizeSoFar == Layout->getSizeInBytes() && in EmitGlobalConstantStruct()
1584 if (IROffset < SL->getSizeInBytes()) { in GetINTEGERTypeAtOffset()