Searched refs:LShuf (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1220 ShuffleVectorInst *LShuf = cast<ShuffleVectorInst>(LHS); local
1222 if (isa<UndefValue>(LShuf->getOperand(1)) &&
1224 LShuf->getOperand(0)->getType() == RShuf->getOperand(0)->getType() &&
1225 LShuf->getMask() == RShuf->getMask()) {
1226 Value *NewBO = CreateBinOpAsGiven(Inst, LShuf->getOperand(0),
1229 UndefValue::get(NewBO->getType()), LShuf->getMask());

Completed in 1137 milliseconds