Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11663 SmallVector<int> NonConsts; in gather() local
11669 NonConsts.push_back(I); in gather()
11674 NonConsts.push_back(I); in gather()
11687 for (int I : NonConsts) in gather()