Searched refs:CV0 (Results 1 – 2 of 2) sorted by relevance
3365 if (Constant *CV0 = dyn_cast<Constant>(Arg0)) { in visitCallInst() local3367 CV0 = ConstantExpr::getIntegerCast(CV0, NewVT, /*isSigned=*/!Zext); in visitCallInst()3370 return replaceInstUsesWith(CI, ConstantExpr::getMul(CV0, CV1)); in visitCallInst()
18948 static const uint32_t CV0[] = { 0x43300000, 0x45300000, 0, 0 }; in LowerUINT_TO_FP_i64() local18949 Constant *C0 = ConstantDataVector::get(*Context, CV0); in LowerUINT_TO_FP_i64()