Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp376 SmallVector<Value *, 4> GepIndices; in expandAddToGEP() local
427 GepIndices.push_back(Scaled); in expandAddToGEP()
444 GepIndices.push_back( in expandAddToGEP()
461 GepIndices.push_back(FieldNo); in expandAddToGEP()
476 GepIndices.push_back( in expandAddToGEP()
556 for (SmallVectorImpl<Value *>::const_iterator I = GepIndices.begin(), in expandAddToGEP()
557 E = GepIndices.end(); I != E; ++I) in expandAddToGEP()
579 GepIndices, in expandAddToGEP()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp392 SmallVector<Value *, 4> GepIndices; in expandAddToGEP() local
444 GepIndices.push_back(Scaled); in expandAddToGEP()
461 GepIndices.push_back( in expandAddToGEP()
475 GepIndices.push_back( in expandAddToGEP()
553 std::any_of(GepIndices.begin(), GepIndices.end(), in expandAddToGEP()
572 Value *GEP = Builder.CreateGEP(OriginalElTy, Casted, GepIndices, "scevgep"); in expandAddToGEP()