Damilola Orikogbo via llvm-dev
2017-May-31 02:13 UTC
[llvm-dev] Get elements from a getelementptr constant expression
Hi, I have this instruction, store i32 (...)** bitcast (i8** getelementptr inbounds ([5 x i8*], [5 x i8*]* @_ZTV9Rectangle, i32 0, i32 2) to i32 (...)**), i32 (...)*** %5, align 8 and was wondering how to access the indices of the getelementptr. How would i print out all pointers stored from index 0 to 5. Cheers, Dami -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170530/4bd0d076/attachment.html>