Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CV1

1596       if (Constant *CV1 = dyn_cast<Constant>(Arg1)) {
1598 CV1 = ConstantExpr::getIntegerCast(CV1, NewVT, /*isSigned=*/!Zext);
1600 return ReplaceInstUsesWith(CI, ConstantExpr::getMul(CV0, CV1));
1608 if (Constant *CV1 = dyn_cast<Constant>(Arg1))
1610 dyn_cast_or_null<ConstantInt>(CV1->getSplatValue()))