Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewCst

1231           Constant *NewCst;
1233 NewCst = ConstantExpr::getLShr(RHS, ShAmt);
1235 NewCst = ConstantExpr::getShl(RHS, ShAmt);
1239 if (ConstantExpr::get(ShiftOpcode, NewCst, ShAmt) != RHS) {
1248 ICI.setOperand(1, NewCst);