Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp107 bool foldSelectShuffle(Instruction &I, bool FromReduction = false);
1233 return foldSelectShuffle(*Shuffle, true); in foldShuffleFromReductions()
1246 bool VectorCombine::foldSelectShuffle(Instruction &I, bool FromReduction) { in foldSelectShuffle() function in VectorCombine
1579 MadeChange |= foldSelectShuffle(I); in run()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h607 Instruction *foldSelectShuffle(ShuffleVectorInst &Shuf);
H A DInstCombineVectorOps.cpp2049 Instruction *InstCombinerImpl::foldSelectShuffle(ShuffleVectorInst &Shuf) { in foldSelectShuffle() function in InstCombinerImpl
2625 if (Instruction *I = foldSelectShuffle(SVI)) in visitShuffleVectorInst()