Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetData.h309 uint64_t getSizeInBytes() const { in getSizeInBytes() function
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp103 ElementSize = TD->getStructLayout(ST)->getSizeInBytes(); in computeArraySize()
DScalarEvolutionExpander.cpp438 if (FullOffset < SL.getSizeInBytes()) { in expandAddToGEP()
/external/llvm/lib/CodeGen/
DELFWriter.cpp446 assert(sizeSoFar == cvsLayout->getSizeInBytes() && in EmitGlobalConstantStruct()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1329 TypeSize = TD->getStructLayout(ST)->getSizeInBytes(); in PerformHeapAllocSRoA()
1557 unsigned TypeSize = TD->getStructLayout(AllocSTy)->getSizeInBytes(); in TryToOptimizeStoreOfMallocToGlobal()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp716 assert(Offset < (int64_t)SL->getSizeInBytes() && in FindElementAtOffset()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1573 assert(SizeSoFar == Layout->getSizeInBytes() && in EmitGlobalConstantStruct()
/external/clang/lib/CodeGen/
DTargetInfo.cpp1584 if (IROffset < SL->getSizeInBytes()) { in GetINTEGERTypeAtOffset()