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