Home
last modified time | relevance | path

Searched refs:getSizeInBytes (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/IR/
DDataLayout.h395 uint64_t getSizeInBytes() const { in getSizeInBytes() function
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1775 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()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp210 ElementSize = TD->getStructLayout(ST)->getSizeInBytes(); in computeArraySize()
DConstantFolding.cpp765 if (Offset.uge(SL.getSizeInBytes())) in SymbolicallyEvaluateGEP()
DScalarEvolutionExpander.cpp468 if (FullOffset < SL.getSizeInBytes()) { in expandAddToGEP()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1506 TypeSize = TD->getStructLayout(ST)->getSizeInBytes(); in PerformHeapAllocSRoA()
1738 unsigned TypeSize = TD->getStructLayout(AllocSTy)->getSizeInBytes(); in TryToOptimizeStoreOfMallocToGlobal()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1743 assert(SizeSoFar == Layout->getSizeInBytes() && in emitGlobalConstantStruct()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp795 assert(Offset < (int64_t)SL->getSizeInBytes() && in FindElementAtOffset()
/external/clang/lib/CodeGen/
DTargetInfo.cpp1955 if (IROffset < SL->getSizeInBytes()) { in GetINTEGERTypeAtOffset()