reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ModuleSummaryAnalysis.cpp
  516     ArrayType *ATy = C->getType();
lib/Analysis/TypeMetadataUtils.cpp
  150     ArrayType *VTableTy = C->getType();
lib/Bitcode/Reader/ValueList.cpp
  206         NewC = ConstantArray::get(UserCA->getType(), NewOps);
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1995   StructType *ETy = dyn_cast<StructType>(InitList->getType()->getElementType());
 2422     uint64_t Bytes = DL.getTypeAllocSize(CA->getType());
lib/ExecutionEngine/ExecutionEngine.cpp
 1153         getDataLayout().getTypeAllocSize(CPA->getType()->getElementType());
lib/IR/AsmWriter.cpp
 1398     Type *ETy = CA->getType()->getElementType();
lib/IR/Constants.cpp
 1382   getType()->getContext().pImpl->ArrayConstants.remove(this);
 2883     return ConstantAggregateZero::get(getType());
 2886     return UndefValue::get(getType());
 2889   if (Constant *C = getImpl(getType(), Values))
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
  360       total_size = DL.getTypeAllocSize(CA->getType()->getElementType()) *
lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp
   72   auto *ETy = dyn_cast<StructType>(InitList->getType()->getElementType());
lib/Transforms/Utils/CtorUtils.cpp
   37       ArrayType::get(OldCA->getType()->getElementType(), CAList.size());
   41   if (CA->getType() == OldCA->getType()) {
tools/bugpoint/CrashDebugger.cpp
  228   auto *NewValElemTy = OldUsedVal->getType()->getElementType();