Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp458 SmallVector<Value *, 4> GepIndices; in expandAddToGEP() local
514 GepIndices.push_back(Scaled); in expandAddToGEP()
531 GepIndices.push_back( in expandAddToGEP()
545 GepIndices.push_back( in expandAddToGEP()
627 GepIndices, [L](Value *Op) { return !L->isLoopInvariant(Op); }); in expandAddToGEP()
646 Casted, GepIndices, "scevgep"); in expandAddToGEP()