Searched refs:getSizeInBytes (Results 1 – 16 of 16) sorted by relevance
171 unsigned getSizeInBytes() const { in getSizeInBytes() function271 unsigned getSizeInBytes() const { in getSizeInBytes() function278 return RecordAccessor(P + getSizeInBytes()); in next()309 RecordAccessor(&StackMapSection[CurrentRecordOffset]).getSizeInBytes(); in StackMapV2Parser()
75 << LO.getSizeInBytes() << "-bytes) "; in prettyPrintStackMap()
87 ? SL->getSizeInBytes() in splitGlobal()
1308 TypeSize = DL.getStructLayout(ST)->getSizeInBytes(); in PerformHeapAllocSRoA()1534 unsigned TypeSize = DL.getStructLayout(AllocSTy)->getSizeInBytes(); in tryToOptimizeStoreOfMallocToGlobal()
721 if (Offset >= SL->getSizeInBytes()) in getPointerAtOffset()
537 uint64_t getSizeInBytes() const { return StructSize; } in getSizeInBytes() function
388 DL.getStructLayout(cast<StructType>(CS->getType()))->getSizeInBytes(); in getConstantFieldValue()
1490 if (StructOffset >= SL->getSizeInBytes()) in getNaturalGEPRecursively()3481 if (Offset >= SL->getSizeInBytes()) in getTypePartition()3484 if (EndOffset > SL->getSizeInBytes()) in getTypePartition()3508 if (EndOffset < SL->getSizeInBytes()) { in getTypePartition()3528 if (Size != SubSL->getSizeInBytes()) in getTypePartition()
288 ElementSize = DL.getStructLayout(ST)->getSizeInBytes(); in computeArraySize()
1181 const uint64_t StructSize = SL->getSizeInBytes(); in aliasSameBasePointerGEPs()
946 if (Offset.isNegative() || Offset.uge(SL.getSizeInBytes())) in SymbolicallyEvaluateGEP()
472 if (FullOffset < SL.getSizeInBytes()) { in expandAddToGEP()
448 DL.getStructLayout(StructTy)->getSizeInBytes()), in createCacheFragInfoGV()
2419 assert(SizeSoFar == Layout->getSizeInBytes() && in emitGlobalConstantStruct()
1086 assert(Offset < (int64_t)SL->getSizeInBytes() && in FindElementAtOffset()
3177 if (IROffset < SL->getSizeInBytes()) { in GetINTEGERTypeAtOffset()