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.cpp138 bool foldSelectShuffle(Instruction &I, bool FromReduction = false);
3141 bool VectorCombine::foldSelectShuffle(Instruction &I, bool FromReduction) { in foldSelectShuffle() argument
3190 if (FromReduction && Shuffles.size() > 1) in foldSelectShuffle()
3195 if (!FromReduction) { in foldSelectShuffle()
3273 if (FromReduction) in foldSelectShuffle()