Home | History | Annotate | Download | only in Analysis

Lines Matching refs:GTI

1355     gep_type_iterator GTI = gep_type_begin(I);
1356 for (unsigned i = 1, e = I->getNumOperands(); i != e; ++i, ++GTI) {
1358 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
1376 Type *IndexedTy = GTI.getIndexedType();
1834 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP);
1835 GTI != GTE; ++GTI) {
1837 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
1838 ConstantInt *OpC = cast<ConstantInt>(GTI.getOperand());
1848 if (DL.getTypeAllocSize(GTI.getIndexedType()) == 0)
1853 if (ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand())) {
1867 if (isKnownNonZero(GTI.getOperand(), DL, Depth, Q))