Lines Matching refs:GTI
512 gep_type_iterator GTI = gep_type_begin(GEP);
521 for (i = 1; i != e; ++i, ++GTI) {
527 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
530 uint64_t Size = TD.getTypeAllocSize(GTI.getIndexedType());
546 uint64_t VariableScale = TD.getTypeAllocSize(GTI.getIndexedType());
549 for (++i, ++GTI; i != e; ++i, ++GTI) {
557 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
560 uint64_t Size = TD.getTypeAllocSize(GTI.getIndexedType());