Lines Matching defs:GTI
810 gep_type_iterator GTI = gep_type_begin(*GEP);
812 I != E; ++I, ++GTI) {
814 if (GTI.isSequential()) {
830 gep_type_iterator GTI = gep_type_begin(*GEP);
831 for (unsigned I = 1, E = GEP->getNumOperands(); I != E; ++I, ++GTI) {
832 if (GTI.isSequential()) {
834 if (GTI.getIndexedType()->isScalableTy())
846 ConstantOffset * GTI.getSequentialElementStride(*DL);
849 StructType *StTy = GTI.getStructType();
875 gep_type_iterator GTI = gep_type_begin(*Variadic);
878 for (unsigned I = 1, E = Variadic->getNumOperands(); I != E; ++I, ++GTI) {
879 if (GTI.isSequential()) {
887 GTI.getSequentialElementStride(*DL));
934 gep_type_iterator GTI = gep_type_begin(*Variadic);
938 for (unsigned I = 1, E = Variadic->getNumOperands(); I != E; ++I, ++GTI) {
939 if (GTI.isSequential()) {
947 GTI.getSequentialElementStride(*DL));
1062 gep_type_iterator GTI = gep_type_begin(*GEP);
1063 for (unsigned I = 1, E = GEP->getNumOperands(); I != E; ++I, ++GTI) {
1064 if (GTI.isSequential()) {
1066 if (GTI.getIndexedType()->isScalableTy())