Home | History | Annotate | Download | only in Scalar

Lines Matching refs:IV

1339     Value *IV = PN->getIncomingValueForBlock(OldPred);
1342 if (Instruction *Inst = dyn_cast<Instruction>(IV)) {
1345 IV = I->second;
1348 PN->addIncoming(IV, NewPred);
1573 if (Value *IV = SimplifyInstruction(New, DL)) {
1575 ValueMapping[BI] = IV;