(original) (raw)

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@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@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev