[llvm-dev] Get values from a given type (original) (raw)
Philip Pfaffe via llvm-dev llvm-dev at lists.llvm.org
Mon Nov 27 03:52:04 PST 2017
- Previous message: [llvm-dev] Get values from a given type
- Next message: [llvm-dev] Get values from a given type
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
What would "all" values be here? All values in the Module? Function? BasicBlock? Program?
There is no builtin way to do this. You need to enumerate the values you care about and check their type.
Either way this sounds like a weird thing to do. What is it that you are actually intending?
Cheers, Philip
2017-11-24 16:06 GMT+01:00 Gerion Entrup via llvm-dev < llvm-dev at lists.llvm.org>:
Hi,
if one has a Value object, the Type of the Value can be retrieved with getType(). Is there a way back, get a list of all values that refer to a specific type (i.e. a struct etc.)? Regards, Gerion
LLVM Developers mailing list llvm-dev at lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171127/73c8110e/attachment-0001.html>
- Previous message: [llvm-dev] Get values from a given type
- Next message: [llvm-dev] Get values from a given type
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]