Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:GTI

509   gep_type_iterator GTI = gep_type_begin(GEP);
518 for (i = 1; i != e; ++i, ++GTI) {
524 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
527 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType());
543 uint64_t VariableScale = DL.getTypeAllocSize(GTI.getIndexedType());
546 for (++i, ++GTI; i != e; ++i, ++GTI) {
554 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
557 uint64_t Size = DL.getTypeAllocSize(GTI.getIndexedType());