Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7406 APInt ShuffledElements = APInt::getZero(VL.size()); in getGatherCost() local
7413 ShuffledElements.setBit(Idx); in getGatherCost()
7418 ShuffledElements.setBit(Idx); in getGatherCost()
7421 return getGatherCost(VecTy, ShuffledElements, DuplicateNonConst); in getGatherCost()