Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CV0

917     if (Constant *CV0 = dyn_cast<Constant>(Arg0)) {
919 CV0 = ConstantExpr::getIntegerCast(CV0, NewVT, /*isSigned=*/!Zext);
922 return ReplaceInstUsesWith(CI, ConstantExpr::getMul(CV0, CV1));