Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1275 ShuffleVectorInst *RShuf = cast<ShuffleVectorInst>(RHS); in SimplifyVectorOp() local
1277 isa<UndefValue>(RShuf->getOperand(1)) && in SimplifyVectorOp()
1278 LShuf->getOperand(0)->getType() == RShuf->getOperand(0)->getType() && in SimplifyVectorOp()
1279 LShuf->getMask() == RShuf->getMask()) { in SimplifyVectorOp()
1281 RShuf->getOperand(0), Builder); in SimplifyVectorOp()