<div dir="ltr"><div><div><div><div><div>Hi,<br>I am interested in knowing if an expression is derived from loop induction variable or not. As of now, I am able to inspect every expression after locating "if" statement in the code.<br>

</div>Assume following code:<br></div>for(int i=0;i<32;i++)<br></div>  i=i+2;<br><br></div>in above code, I am able to get access to the expression "i+2" but how should I analyze its LHS and RHS for induction variable?<br>

<br></div>Any help appreciated. <br clear="all"><div><div><div><div><div><div><br>-- <br>Thank You.<br>Madhur D. Amilkanthwar<br>RISE lab,<br>IIT Madras.<br>
</div></div></div></div></div></div></div>