Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp9606 auto MightBeIgnored = [=](Value *V) { in isGatherShuffledSingleRegisterEntry() local
9621 return V != V1 && MightBeIgnored(V1) && !UsedInSameVTE && in isGatherShuffledSingleRegisterEntry()
9638 if (isConstant(V) || (MightBeIgnored(V) && in isGatherShuffledSingleRegisterEntry()