|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Analysis/ConstantFolding.cpp 423 const StructLayout *SL = DL.getStructLayout(CS->getType());
441 if (Index == CS->getType()->getNumElements())
lib/Analysis/ModuleSummaryAnalysis.cpp 503 StructType *STy = dyn_cast<StructType>(C->getType());
505 const StructLayout *SL = DL.getStructLayout(C->getType());
lib/Analysis/TypeMetadataUtils.cpp 141 const StructLayout *SL = DL.getStructLayout(C->getType());
lib/Bitcode/Reader/ValueList.cpp 208 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
lib/CodeGen/AsmPrinter/AsmPrinter.cpp 2449 unsigned Size = DL.getTypeAllocSize(CS->getType());
2450 const StructLayout *Layout = DL.getStructLayout(CS->getType());
lib/ExecutionEngine/ExecutionEngine.cpp 1161 getDataLayout().getStructLayout(cast<StructType>(CPS->getType()));
lib/IR/AsmWriter.cpp 1445 if (CS->getType()->isPacked())
1469 if (CS->getType()->isPacked())
lib/IR/Constants.cpp 1391 getType()->getContext().pImpl->StructConstants.remove(this);
2923 return ConstantAggregateZero::get(getType());
2926 return UndefValue::get(getType());
lib/IR/ConstantsContext.h 593 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
611 if (LHS.first != RHS->getType())
640 assert(Result->getType() == Ty && "Type specified is not correct!");
677 LookupKey Key(CP->getType(), ValType(Operands, CP));
lib/Target/BPF/BPFISelDAGToDAG.cpp 358 DL.getStructLayout(cast<StructType>(CS->getType()))->getSizeInBytes();
455 const StructLayout *Layout = DL.getStructLayout(CS->getType());
lib/Transforms/IPO/GlobalSplit.cpp 71 const StructLayout *SL = DL.getStructLayout(Init->getType());