[llvm-dev] get definitions of a variable

Carlos Alba via llvm-dev llvm-dev at lists.llvm.org
Thu Feb 11 03:58:34 PST 2016


Hi everybody,

How can i get all definitions of a variable in llvm? I mean the
instructions that store a value into a variable/operand.

StoreInst is one way but i think phi instructions also store values. So,
what other instructions do the same?

Regards,
Calro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160211/434806bf/attachment.html>


More information about the llvm-dev mailing list