Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp3040 ShuffleVectorInst* RHSShuffle = dyn_cast<ShuffleVectorInst>(RHS); in visitShuffleVectorInst() local
3045 if (RHSShuffle) in visitShuffleVectorInst()
3046 if (!match(RHSShuffle->getOperand(1), m_Poison())) in visitShuffleVectorInst()
3047 RHSShuffle = nullptr; in visitShuffleVectorInst()
3048 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
3061 if (RHSShuffle) { in visitShuffleVectorInst()
3062 RHSOp0 = RHSShuffle->getOperand(0); in visitShuffleVectorInst()
3079 if (RHSShuffle && RHSOp0Width == LHSWidth) { in visitShuffleVectorInst()
3095 if (RHSShuffle && newRHS != RHS) in visitShuffleVectorInst()
3096 RHSMask = RHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
[all …]