I'm adding support for a new expression to `ToElemVisitor`. It seems like I need to create a `DValue`, which seems to require a `llvm::Global` and a D type. I have the `llvm::Global` but not the D type. The global is created by the compiler. Any ideas/hints? -- /Jacob Carlborg