Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NV

1199   Value *NV = NC;
1200 if (OldRetTy != NV->getType() && !Caller->use_empty()) {
1201 if (!NV->getType()->isVoidTy()) {
1204 NV = NC = CastInst::Create(opcode, NC, OldRetTy);
1218 NV = UndefValue::get(Caller->getType());
1223 ReplaceInstUsesWith(*Caller, NV);