Home | History | Annotate | Download | only in Analysis

Lines Matching refs:TypeSize

285     APInt TypeSize(IntPtrWidth, DL.getTypeAllocSize(GTI.getIndexedType()));
286 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize;
1104 unsigned TypeSize = DL.getTypeSizeInBits(PTy->getElementType());
1107 unsigned NumStores = (TypeSize + PointerSize - 1) / PointerSize;