Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewCst

1322           Constant *NewCst;
1324 NewCst = ConstantExpr::getLShr(RHS, ShAmt);
1326 NewCst = ConstantExpr::getShl(RHS, ShAmt);
1330 if (ConstantExpr::get(ShiftOpcode, NewCst, ShAmt) != RHS) {
1339 ICI.setOperand(1, NewCst);