Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp2979 ShuffleVectorInst* RHSShuffle = dyn_cast<ShuffleVectorInst>(RHS); in visitShuffleVectorInst() local
2983 if (RHSShuffle) in visitShuffleVectorInst()
2984 if (!match(RHSShuffle->getOperand(1), m_Undef())) in visitShuffleVectorInst()
2985 RHSShuffle = nullptr; in visitShuffleVectorInst()
2986 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
2999 if (RHSShuffle) { in visitShuffleVectorInst()
3000 RHSOp0 = RHSShuffle->getOperand(0); in visitShuffleVectorInst()
3017 if (RHSShuffle && RHSOp0Width == LHSWidth) { in visitShuffleVectorInst()
3033 if (RHSShuffle && newRHS != RHS) in visitShuffleVectorInst()
3034 RHSMask = RHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
[all …]