Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp131 bool foldShuffleOfSelects(Instruction &I);
2227 bool VectorCombine::foldShuffleOfSelects(Instruction &I) { in foldShuffleOfSelects() function in VectorCombine
3764 MadeChange |= foldShuffleOfSelects(I); in run()