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