Sir I am trying to get the constant 2 in instruction y=x+2;<br>Its intermediate representaton is like %y=add nsw i32 %x , 2<br>If I use getOperand(2).getName() then I get null string.<br>How can I get the value 2 ?<br>Regards<br>
Rahul Goyal<br>