Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:RHSC

1231     if (ConstantInt *RHSC = dyn_cast<ConstantInt>(RHS)) {
1233 ConstantExpr::getTrunc(RHSC, LHSConv->getOperand(0)->getType());
1235 ConstantExpr::getSExt(CI, I.getType()) == RHSC &&