search for: const_int64_16

Displaying 1 result from an estimated 1 matches for "const_int64_16".

Did you mean: const_int64_175
2013 Sep 06
1
[LLVMdev] How to get the exact integer from a Value
Thank you, Chuck! It works. And, please forgive my greed : ), another question: I found that: In IR of llvm which generated by my testing code, there is a Inst said " getelementptr inbounds [5 x i32]* %idxarr, i32 0, i64 3". The idxarr is my array name, and I think Inst means getting the ptr of the 4th (3+1) element of array "idxarr", am I right? So the question is: how can