Home | History | Annotate | Download | only in Analysis

Lines Matching refs:GTI

627     gep_type_iterator GTI = gep_type_begin(I);
628 for (unsigned i = 1, e = I->getNumOperands(); i != e; ++i, ++GTI) {
630 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
640 Type *IndexedTy = GTI.getIndexedType();
926 for (gep_type_iterator GTI = gep_type_begin(GEP), GTE = gep_type_end(GEP);
927 GTI != GTE; ++GTI) {
929 if (StructType *STy = dyn_cast<StructType>(*GTI)) {
930 ConstantInt *OpC = cast<ConstantInt>(GTI.getOperand());
940 if (DL->getTypeAllocSize(GTI.getIndexedType()) == 0)
945 if (ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand())) {
959 if (isKnownNonZero(GTI.getOperand(), DL, Depth))