Hello,<br><div class="gmail_quote"><div><div>
Are there any built in functions to find the value of a variable on the<br>
current stack frame? How do I go about it?<br>
Eg 1 :<br>
  %1 = alloca i32, align 4<br>
   store i32 0, i32* %1<br>
How do I know the constant value that %1 contains?<br>
<br>
Eg 2:<br>
%struct.a = type { [10 x i32], float }<br>
 %as = alloca %struct.a*, align 4<br>
<br>
How do I find the size of memory that has been allocated to 'as'?<br>
Thank You.<br>
</div></div></div><br>