Searched refs:foldSelectShuffle (Results 1 – 3 of 3) sorted by relevance
138 bool foldSelectShuffle(Instruction &I, bool FromReduction = false);3067 MadeChanges |= foldSelectShuffle(*Shuffle, true); in foldShuffleFromReductions()3141 bool VectorCombine::foldSelectShuffle(Instruction &I, bool FromReduction) { in foldSelectShuffle() function in VectorCombine3768 MadeChange |= foldSelectShuffle(I); in run()
618 Instruction *foldSelectShuffle(ShuffleVectorInst &Shuf);
2325 Instruction *InstCombinerImpl::foldSelectShuffle(ShuffleVectorInst &Shuf) { in foldSelectShuffle() function in InstCombinerImpl2949 if (Instruction *I = foldSelectShuffle(SVI)) in visitShuffleVectorInst()