Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1256 ShuffleVectorInst *RShuf = cast<ShuffleVectorInst>(RHS); in SimplifyVectorOp() local
1258 isa<UndefValue>(RShuf->getOperand(1)) && in SimplifyVectorOp()
1259 LShuf->getOperand(0)->getType() == RShuf->getOperand(0)->getType() && in SimplifyVectorOp()
1260 LShuf->getMask() == RShuf->getMask()) { in SimplifyVectorOp()
1262 RShuf->getOperand(0), Builder); in SimplifyVectorOp()