Home
last modified time | relevance | path

Searched refs:GEPTI (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DVectorUtils.cpp111 gep_type_iterator GEPTI = gep_type_begin(Gep); in getGEPInductionOperand() local
112 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
116 if (DL.getTypeAllocSize(GEPTI.getIndexedType()) != GEPAllocSize) in getGEPInductionOperand()