Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:GTI

507   gep_type_iterator GTI = gep_type_begin(GEP);
516 for (i = 1; i != e; ++i, ++GTI) {
522 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
525 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType());
541 uint64_t VariableScale = DL.getTypeAllocSize(GTI.getIndexedType());
544 for (++i, ++GTI; i != e; ++i, ++GTI) {
552 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
555 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType());