Displaying 3 results from an estimated 3 matches for "41d11ab6".
2010 Jul 20
2
[LLVMdev] How to recognize global & local variable?
Can you guys tell how to recognize local & global variables ? Is there any
macro on Value* defined in LLVM?
--
regards,
soumya prasad ukil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100721/cdc89d56/attachment.html>
2010 Jul 21
0
[LLVMdev] How to recognize global & local variable?
Hi Soumya_Prasad_Ukil,
> Can you guys tell how to recognize local & global variables ? Is there
> any macro on Value* defined in LLVM?
Global variable: isa<GlobalVariable>(V)
Local variable: isa<AllocaInst>(V)
Ciao,
Duncan.
2010 Jul 21
1
[LLVMdev] How to recognize global & local variable?
...gt; LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
--
regards,
soumya prasad ukil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100721/41d11ab6/attachment.html>