Hi,<br>Can anyone tell me how can I access the defining variable in an instruction?<br>For example:<br>%rem = srem i32 %i.0, 10<br><br>Using getOperand() in the above instruction gives me only the operands on the LHS, i.e. i.0 and i32 10. How can I access %rem?<br>