Home | History | Annotate | Download | only in Analysis

Lines Matching refs:IndexedTy

572         Type *IndexedTy = GTI.getIndexedType();
573 if (!IndexedTy->isSized()) return;
575 uint64_t TypeSize = TD ? TD->getTypeAllocSize(IndexedTy) : 1;