Searched refs:getSizeInBytes (Results 1 – 9 of 9) sorted by relevance
395 uint64_t getSizeInBytes() const { in getSizeInBytes() function
1775 if (StructOffset >= SL->getSizeInBytes()) in getNaturalGEPRecursively()3326 if (Offset >= SL->getSizeInBytes()) in getTypePartition()3329 if (EndOffset > SL->getSizeInBytes()) in getTypePartition()3353 if (EndOffset < SL->getSizeInBytes()) { in getTypePartition()3373 if (Size != SubSL->getSizeInBytes()) in getTypePartition()
210 ElementSize = TD->getStructLayout(ST)->getSizeInBytes(); in computeArraySize()
765 if (Offset.uge(SL.getSizeInBytes())) in SymbolicallyEvaluateGEP()
468 if (FullOffset < SL.getSizeInBytes()) { in expandAddToGEP()
1506 TypeSize = TD->getStructLayout(ST)->getSizeInBytes(); in PerformHeapAllocSRoA()1738 unsigned TypeSize = TD->getStructLayout(AllocSTy)->getSizeInBytes(); in TryToOptimizeStoreOfMallocToGlobal()
1743 assert(SizeSoFar == Layout->getSizeInBytes() && in emitGlobalConstantStruct()
795 assert(Offset < (int64_t)SL->getSizeInBytes() && in FindElementAtOffset()
1955 if (IROffset < SL->getSizeInBytes()) { in GetINTEGERTypeAtOffset()