reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2413 Type *EltTy = CDS->getType()->getElementType();
lib/CodeGen/AsmPrinter/AsmPrinter.cpp2380 uint64_t Bytes = DL.getTypeAllocSize(CDS->getType()); 2406 unsigned Size = DL.getTypeAllocSize(CDS->getType()); 2407 unsigned EmittedSize = DL.getTypeAllocSize(CDS->getType()->getElementType()) *lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
1498 if (isa<ArrayType>(CDS->getType()))
lib/IR/Constants.cpp2434 return getType()->getElementType(); 2457 if (ArrayType *AT = dyn_cast<ArrayType>(getType())) 2459 return getType()->getVectorNumElements(); 2506 if (Node->getType() == Ty) 2521 getType()->getContext().pImpl->CDSConstants; 2782 return isa<ArrayType>(getType()) && getElementType()->isIntegerTy(CharSize);