Home
last modified time | relevance | path

Searched refs:GepIndices (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp405 SmallVector<Value *, 4> GepIndices; in expandAddToGEP() local
457 GepIndices.push_back(Scaled); in expandAddToGEP()
474 GepIndices.push_back( in expandAddToGEP()
488 GepIndices.push_back( in expandAddToGEP()
566 GepIndices, [L](Value *Op) { return !L->isLoopInvariant(Op); }); in expandAddToGEP()
584 Value *GEP = Builder.CreateGEP(OriginalElTy, Casted, GepIndices, "scevgep"); in expandAddToGEP()