Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10027 SmallVector<int> NonConsts; in gather() local
10033 NonConsts.push_back(I); in gather()
10038 NonConsts.push_back(I); in gather()
10051 for (int I : NonConsts) in gather()