Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1128 ShuffleVectorInst* RHSShuffle = dyn_cast<ShuffleVectorInst>(RHS); in visitShuffleVectorInst() local
1132 if (RHSShuffle) in visitShuffleVectorInst()
1133 if (!isa<UndefValue>(RHSShuffle->getOperand(1))) in visitShuffleVectorInst()
1134 RHSShuffle = nullptr; in visitShuffleVectorInst()
1135 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
1148 if (RHSShuffle) { in visitShuffleVectorInst()
1149 RHSOp0 = RHSShuffle->getOperand(0); in visitShuffleVectorInst()
1166 if (RHSShuffle && RHSOp0Width == LHSWidth) { in visitShuffleVectorInst()
1182 if (RHSShuffle && newRHS != RHS) in visitShuffleVectorInst()
1183 RHSMask = RHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp1562 ShuffleVectorInst* RHSShuffle = dyn_cast<ShuffleVectorInst>(RHS); in visitShuffleVectorInst() local
1566 if (RHSShuffle) in visitShuffleVectorInst()
1567 if (!isa<UndefValue>(RHSShuffle->getOperand(1))) in visitShuffleVectorInst()
1568 RHSShuffle = nullptr; in visitShuffleVectorInst()
1569 if (!LHSShuffle && !RHSShuffle) in visitShuffleVectorInst()
1582 if (RHSShuffle) { in visitShuffleVectorInst()
1583 RHSOp0 = RHSShuffle->getOperand(0); in visitShuffleVectorInst()
1600 if (RHSShuffle && RHSOp0Width == LHSWidth) { in visitShuffleVectorInst()
1616 if (RHSShuffle && newRHS != RHS) in visitShuffleVectorInst()
1617 RHSMask = RHSShuffle->getShuffleMask(); in visitShuffleVectorInst()
[all …]