Searched refs:PredV (Results 1 – 1 of 1) sorted by relevance
1095 Value *&PredV = I->second; in SimplifyPartiallyRedundantLoad() local1096 if (PredV->getType() != LI->getType()) in SimplifyPartiallyRedundantLoad()1097 PredV = CastInst::CreateBitOrPointerCast(PredV, LI->getType(), "", in SimplifyPartiallyRedundantLoad()1100 PN->addIncoming(PredV, I->first); in SimplifyPartiallyRedundantLoad()