Home | History | Annotate | Download | only in Analysis

Lines Matching refs:GTI

348     gep_type_iterator GTI = gep_type_begin(GEPOp);
353 if (StructType *STy = dyn_cast<StructType>(*GTI++)) {
365 BaseOffs += DL->getTypeAllocSize(*GTI)*CIdx->getSExtValue();
369 uint64_t Scale = DL->getTypeAllocSize(*GTI);