Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp113 bool foldSelectShuffle(Instruction &I, bool FromReduction = false);
1376 return foldSelectShuffle(*Shuffle, true); in foldShuffleFromReductions()
1389 bool VectorCombine::foldSelectShuffle(Instruction &I, bool FromReduction) { in foldSelectShuffle() function in VectorCombine
1761 MadeChange |= foldSelectShuffle(I); in run()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h499 Instruction *foldSelectShuffle(ShuffleVectorInst &Shuf);
H A DInstCombineVectorOps.cpp2199 Instruction *InstCombinerImpl::foldSelectShuffle(ShuffleVectorInst &Shuf) { in foldSelectShuffle() function in InstCombinerImpl
2809 if (Instruction *I = foldSelectShuffle(SVI)) in visitShuffleVectorInst()