reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
637 VectorInfo(const VectorInfo &c) : VTy(c.VTy) { 684 unsigned getDimension() const { return VTy->getNumElements(); } 694 unsigned Size = DL.getTypeAllocSize(VTy->getElementType()); 742 if (Result.VTy->getNumElements() % VTy->getNumElements()) 745 unsigned Factor = Result.VTy->getNumElements() / VTy->getNumElements(); 746 unsigned NewSize = DL.getTypeAllocSize(Result.VTy->getElementType()); 756 for (unsigned i = 0; i < Result.VTy->getNumElements(); i += Factor) { 891 int64_t Ofs = DL.getIndexedOffsetInType(Result.VTy, makeArrayRef(Idx, 2)); 1058 unsigned Size = DL.getTypeAllocSize(C0->VTy->getElementType()); 1064 if (C->VTy != C0->VTy) 1064 if (C->VTy != C0->VTy)