Home
last modified time | relevance | path

Searched refs:PredV (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1095 Value *&PredV = I->second; in SimplifyPartiallyRedundantLoad() local
1096 if (PredV->getType() != LI->getType()) in SimplifyPartiallyRedundantLoad()
1097 PredV = CastInst::CreateBitOrPointerCast(PredV, LI->getType(), "", in SimplifyPartiallyRedundantLoad()
1100 PN->addIncoming(PredV, I->first); in SimplifyPartiallyRedundantLoad()