Home | History | Annotate | Download | only in IPA

Lines Matching refs:TypeSize

274     APInt TypeSize(IntPtrWidth, TD->getTypeAllocSize(GTI.getIndexedType()));
275 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize;
923 unsigned TypeSize = TD->getTypeSizeInBits(PTy->getElementType());
926 unsigned NumStores = (TypeSize + PointerSize - 1) / PointerSize;