search for: baberek

Displaying 3 results from an estimated 3 matches for "baberek".

2010 Apr 20
1
[LLVMdev] PHI nodes
Nick Lewycky <nicholas <at> mxc.ca> writes: > > Pedro Ferreira wrote: > > Hello, > > > > I am trying to write a LLVM backend for a school project using only > > custom code (as with the CBackend) and I'm having difficulties > > handling the PHI nodes from LLVM asm code. Is there any pass we can do > > before my custom Module Pass to
2010 Apr 21
2
[LLVMdev] GlobalValue type
I tried to get the Type for a global value, but it always returns me a PointerType. This is ok, expect that I want to know what type is being pointed at. How do I do this?
2010 Apr 21
0
[LLVMdev] GlobalValue type
Orgoton Baberek wrote: > I tried to get the Type for a global value, but it always returns me a > PointerType. This is ok, expect that I want to know what type is being pointed > at. How do I do this? > You can utilize the doxygen docs (http://llvm.org/doxygen/hierarchy.html) to find which methods...