Displaying 1 result from an estimated 1 matches for "e2d9148e".
2016 Dec 15
1
How to get the value for casting in a bitcast instruction more efficiently?
Hi everyone,
This is a simple question but is there an efficient way to get the
value directly from a bitcast instruction?
<result> = bitcast <ty> <value> to <ty2>
For example, if i have
MemAddr
...
0x3d61238 %key = alloca [16 x i8], align 16
0x3d612a8 %plain_text = alloca [64 x i8], align 16
0x3d61318 %key1 = bitcast [16 x i8]* %key to i8*
...
The way i am using