Home | History | Annotate | Download | only in Scalar

Lines Matching defs:IV

1288     Value *IV = PN->getIncomingValueForBlock(OldPred);
1291 if (Instruction *Inst = dyn_cast<Instruction>(IV)) {
1294 IV = I->second;
1297 PN->addIncoming(IV, NewPred);
1525 if (Value *IV = SimplifyInstruction(New, TD)) {
1527 ValueMapping[BI] = IV;