Home | History | Annotate | Download | only in Scalar

Lines Matching refs:GTI

48   gep_type_iterator GTI = gep_type_begin(GEP);
49 for (unsigned i = 1; i != Idx; ++i, ++GTI)
54 for (unsigned i = Idx, e = GEP->getNumOperands(); i != e; ++i, ++GTI) {
61 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
68 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType());