Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp121 bool foldSelectShuffle(Instruction &I, bool FromReduction = false);
2188 bool VectorCombine::foldSelectShuffle(Instruction &I, bool FromReduction) { in foldSelectShuffle() argument
2237 if (FromReduction && Shuffles.size() > 1) in foldSelectShuffle()
2242 if (!FromReduction) { in foldSelectShuffle()
2320 if (FromReduction) in foldSelectShuffle()