Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp8338 auto MightBeIgnored = [=](Value *V) { in isGatherShuffledEntry() local
8356 return V != V1 && MightBeIgnored(V1) && !UsedInSameVTE && in isGatherShuffledEntry()
8373 if (isConstant(V) || (MightBeIgnored(V) && in isGatherShuffledEntry()