|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Analysis/BasicAliasAnalysis.cpp 1222 const uint64_t StructSize = SL->getSizeInBytes();
lib/Analysis/ConstantFolding.cpp 964 if (Offset.isNegative() || Offset.uge(SL.getSizeInBytes()))
lib/Analysis/MemoryBuiltins.cpp 339 ElementSize = DL.getStructLayout(ST)->getSizeInBytes();
lib/Analysis/ScalarEvolutionExpander.cpp 476 if (FullOffset < SL.getSizeInBytes()) {
lib/Analysis/TypeMetadataUtils.cpp 142 if (Offset >= SL->getSizeInBytes())
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 2469 assert(SizeSoFar == Layout->getSizeInBytes() &&
lib/Target/BPF/BPFISelDAGToDAG.cpp 358 DL.getStructLayout(cast<StructType>(CS->getType()))->getSizeInBytes();
lib/Transforms/IPO/GlobalOpt.cpp 1312 TypeSize = DL.getStructLayout(ST)->getSizeInBytes();
1540 unsigned TypeSize = DL.getStructLayout(AllocSTy)->getSizeInBytes();
lib/Transforms/IPO/GlobalSplit.cpp 86 ? SL->getSizeInBytes()
lib/Transforms/InstCombine/InstructionCombining.cpp 1126 assert(Offset < (int64_t)SL->getSizeInBytes() &&
lib/Transforms/Scalar/SROA.cpp 1515 if (StructOffset >= SL->getSizeInBytes())
3545 if (Offset >= SL->getSizeInBytes())
3548 if (EndOffset > SL->getSizeInBytes())
3572 if (EndOffset < SL->getSizeInBytes()) {
3592 if (Size != SubSL->getSizeInBytes())
tools/clang/lib/CodeGen/CGDecl.cpp 1028 unsigned TotalSize = Layout->getSizeInBytes();
tools/clang/lib/CodeGen/TargetInfo.cpp 3213 if (IROffset < SL->getSizeInBytes()) {