Searched refs:foldSelectShuffle (Results 1 – 3 of 3) sorted by relevance
121 bool foldSelectShuffle(Instruction &I, bool FromReduction = false);2114 return foldSelectShuffle(*Shuffle, true); in foldShuffleFromReductions()2188 bool VectorCombine::foldSelectShuffle(Instruction &I, bool FromReduction) { in foldSelectShuffle() function in VectorCombine2561 MadeChange |= foldSelectShuffle(I); in run()
593 Instruction *foldSelectShuffle(ShuffleVectorInst &Shuf);
2247 Instruction *InstCombinerImpl::foldSelectShuffle(ShuffleVectorInst &Shuf) { in foldSelectShuffle() function in InstCombinerImpl2870 if (Instruction *I = foldSelectShuffle(SVI)) in visitShuffleVectorInst()