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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetData.h330 uint64_t getSizeInBytes() const { function in class:llvm::StructLayout
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSROA.cpp1496 if (StructOffset >= SL->getSizeInBytes())
2914 if (Offset >= SL->getSizeInBytes())
2917 if (EndOffset > SL->getSizeInBytes())
2941 if (EndOffset < SL->getSizeInBytes()) {
2965 if (Size != SubSL->getSizeInBytes())
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DMemoryBuiltins.cpp206 ElementSize = TD->getStructLayout(ST)->getSizeInBytes();
H A DConstantFolding.cpp740 if (Offset.uge(SL.getSizeInBytes()))
H A DScalarEvolutionExpander.cpp468 if (FullOffset < SL.getSizeInBytes()) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/IPO/
H A DGlobalOpt.cpp1502 TypeSize = TD->getStructLayout(ST)->getSizeInBytes();
1734 unsigned TypeSize = TD->getStructLayout(AllocSTy)->getSizeInBytes();
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1742 assert(SizeSoFar == Layout->getSizeInBytes() &&
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp774 assert(Offset < (int64_t)SL->getSizeInBytes() &&

Completed in 313 milliseconds