Lines Matching defs:GTI
1450 gep_type_iterator GTI = gep_type_begin(I);
1451 for (unsigned i = 1, e = I->getNumOperands(); i != e; ++i, ++GTI) {
1463 if (StructType *STy = GTI.getStructTypeOrNull()) {
1480 Type *IndexedTy = GTI.getIndexedType();
1489 TypeSize IndexTypeSize = GTI.getSequentialElementStride(Q.DL);
2606 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP);
2607 GTI != GTE; ++GTI) {
2609 if (StructType *STy = GTI.getStructTypeOrNull()) {
2610 ConstantInt *OpC = cast<ConstantInt>(GTI.getOperand());
2620 if (GTI.getSequentialElementStride(Q.DL).isZero())
2625 if (ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand())) {
2639 if (isKnownNonZero(GTI.getOperand(), Q, Depth))