Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7611 SmallVector<int> NonConsts; in gather() local
7617 NonConsts.push_back(I); in gather()
7623 for (int I : NonConsts) in gather()