Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp114 bool foldSelectShuffle(Instruction &I, bool FromReduction = false);
1539 bool VectorCombine::foldSelectShuffle(Instruction &I, bool FromReduction) { in foldSelectShuffle() argument
1588 if (FromReduction && Shuffles.size() > 1) in foldSelectShuffle()
1593 if (!FromReduction) { in foldSelectShuffle()
1671 if (FromReduction) in foldSelectShuffle()