Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp394 SmallVector<Value *, 4> GepIndices; in expandAddToGEP() local
446 GepIndices.push_back(Scaled); in expandAddToGEP()
463 GepIndices.push_back( in expandAddToGEP()
477 GepIndices.push_back( in expandAddToGEP()
555 std::any_of(GepIndices.begin(), GepIndices.end(), in expandAddToGEP()
574 Value *GEP = Builder.CreateGEP(OriginalElTy, Casted, GepIndices, "scevgep"); in expandAddToGEP()