Home
last modified time | relevance | path

Searched refs:GEPTI (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DVectorUtils.cpp109 gep_type_iterator GEPTI = gep_type_begin(Gep); in getGEPInductionOperand() local
110 std::advance(GEPTI, LastOperand - 1); in getGEPInductionOperand()
114 if (DL.getTypeAllocSize(*GEPTI) != GEPAllocSize) in getGEPInductionOperand()