Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1039 ShuffleVectorInst* RHSShuffle = dyn_cast<ShuffleVectorInst>(RHS); in visitShuffleVectorInst() local
1043 if (RHSShuffle) in visitShuffleVectorInst()
1044 if (!isa<UndefValue>(RHSShuffle->getOperand(1))) in visitShuffleVectorInst()
1045 RHSShuffle = nullptr; in visitShuffleVectorInst()
1046 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
1059 if (RHSShuffle) { in visitShuffleVectorInst()
1060 RHSOp0 = RHSShuffle->getOperand(0); in visitShuffleVectorInst()
1077 if (RHSShuffle && RHSOp0Width == LHSWidth) { in visitShuffleVectorInst()
1093 if (RHSShuffle && newRHS != RHS) in visitShuffleVectorInst()
1094 RHSMask = RHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
[all …]