Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:RHSC

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