<div dir="ltr"><div>Assume the following Jimple:</div><div><br></div><div>$i3 = ...                              // referenced as 1</div><div>$i4 = staticinvoke....          // referenced as 2</div><div><br></div><div>if $i3 != $i4 goto ...            // referenced as &quot;if&quot;</div><div><br></div><div>So I know that 1 and 2 are used in the if.  But what I don&#39;t know how to do is capture 1 and 2 and save them in variables and then ask the if statement if 1 or 2 are present in the if.</div><div><br></div><div>Thanks!</div><div></div></div>