Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewLHS

1266       Value *NewLHS, *NewRHS;
1268 NewLHS = C2;
1271 NewLHS = Shuffle->getOperand(0);
1274 Value *NewBO = CreateBinOpAsGiven(Inst, NewLHS, NewRHS, Builder);