Home | History | Annotate | Download | only in Analysis

Lines Matching defs:GTI

614     gep_type_iterator GTI = gep_type_begin(I);
615 for (unsigned i = 1, e = I->getNumOperands(); i != e; ++i, ++GTI) {
617 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
639 Type *IndexedTy = GTI.getIndexedType();
935 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP);
936 GTI != GTE; ++GTI) {
938 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
939 ConstantInt *OpC = cast<ConstantInt>(GTI.getOperand());
949 if (DL->getTypeAllocSize(GTI.getIndexedType()) == 0)
954 if (ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand())) {
968 if (isKnownNonZero(GTI.getOperand(), DL, Depth))