Searched refs:foldSelectShuffle (Results 1 – 3 of 3) sorted by relevance
114 bool foldSelectShuffle(Instruction &I, bool FromReduction = false);1526 return foldSelectShuffle(*Shuffle, true); in foldShuffleFromReductions()1539 bool VectorCombine::foldSelectShuffle(Instruction &I, bool FromReduction) { in foldSelectShuffle() function in VectorCombine1910 MadeChange |= foldSelectShuffle(I); in run()
571 Instruction *foldSelectShuffle(ShuffleVectorInst &Shuf);
2225 Instruction *InstCombinerImpl::foldSelectShuffle(ShuffleVectorInst &Shuf) { in foldSelectShuffle() function in InstCombinerImpl2854 if (Instruction *I = foldSelectShuffle(SVI)) in visitShuffleVectorInst()