Searched refs:GEPTI (Results 1 – 2 of 2) sorted by relevance
109 gep_type_iterator GEPTI = gep_type_begin(Gep); in getGEPInductionOperand() local110 std::advance(GEPTI, LastOperand - 1); in getGEPInductionOperand()114 if (DL.getTypeAllocSize(*GEPTI) != GEPAllocSize) in getGEPInductionOperand()
111 gep_type_iterator GEPTI = gep_type_begin(Gep); in getGEPInductionOperand() local112 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()116 if (DL.getTypeAllocSize(GEPTI.getIndexedType()) != GEPAllocSize) in getGEPInductionOperand()