Home | History | Annotate | Download | only in Scalar

Lines Matching refs:NewIV

1289       Value *NewIV = Expander.expandCodeFor(H, IV->getType(), &Header->front());
1293 KV.first->replaceUsesOfWith(DRS.BaseInst, NewIV);
1307 ICMinus1 = Expander.expandCodeFor(ICMinus1SCEV, NewIV->getType(), BI);
1313 ICMinus1 = Expander.expandCodeFor(ICMinus1SCEV, NewIV->getType(),
1318 new ICmpInst(BI, CmpInst::ICMP_EQ, NewIV, ICMinus1, "exitcond");