<div dir="ltr"><div>Thank you for the answers! I have only one question more : <br></div>all Instructions and Values have bit width. I can access the bit width only in ConstantInt, however it logically should be possible in any other ( store has a width, load also ans so on, as the first parameter). Is it really possible? In all docs I find this bit info only in APInt class<br></div><div class="gmail_extra"><br><div class="gmail_quote">2017-07-20 17:05 GMT+02:00 Tim Northover <span dir="ltr"><<a href="mailto:t.p.northover@gmail.com" target="_blank">t.p.northover@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 20 July 2017 at 07:56, Anastasiya Ruzhanskaya via llvm-dev<br>
<span class=""><<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br>
> is Instruction, that I am putting to map, is the same<br>
> object as the Value, that will be used later,<br>
> as here %a = alloca i32, align 4 ...%b= mul %a, 2. Now seems to be, that<br>
> yes.<br>
<br>
</span>Yep, that's right.<br>
<span class="HOEnZb"><font color="#888888"><br>
Tim.<br>
</font></span></blockquote></div><br></div>