Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9816 bool IsReorder = !E->ReorderIndices.empty(); in getEntryCost() local
9825 cast<StoreInst>(IsReorder ? VL[E->ReorderIndices.front()] : VL0); in getEntryCost()
9847 unsigned Idx = IsReorder ? E->ReorderIndices[I] : I; in getEntryCost()