Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp113 bool foldSelectShuffle(Instruction &I, bool FromReduction = false);
1389 bool VectorCombine::foldSelectShuffle(Instruction &I, bool FromReduction) { in foldSelectShuffle() argument
1438 if (FromReduction && Shuffles.size() > 1) in foldSelectShuffle()
1443 if (!FromReduction) { in foldSelectShuffle()
1521 if (FromReduction) in foldSelectShuffle()