Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp107 bool foldSelectShuffle(Instruction &I, bool FromReduction = false);
1246 bool VectorCombine::foldSelectShuffle(Instruction &I, bool FromReduction) { in foldSelectShuffle() argument
1296 if (FromReduction && Shuffles.size() > 1) in foldSelectShuffle()
1301 if (!FromReduction) { in foldSelectShuffle()
1379 if (FromReduction) in foldSelectShuffle()