Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewRHS

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