I am using LLVM's Python bindings - and, so far, I've been able to generate Constant
values using LLVM. However, I am confused as to how to store them within an address.
This is probably a very basic question - how do I store a constant in memory? How do I later access that memory location for that value?