Home | History | Annotate | Download | only in Scalar

Lines Matching defs:PredV

1095     Value *&PredV = I->second;
1096 if (PredV->getType() != LI->getType())
1097 PredV = CastInst::CreateBitOrPointerCast(PredV, LI->getType(), "",
1100 PN->addIncoming(PredV, I->first);