Searched refs:GepIndices (Results 1 – 1 of 1) sorted by relevance
394 SmallVector<Value *, 4> GepIndices; in expandAddToGEP() local446 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()