[llvm-dev] Get values from a given type

Gerion Entrup via llvm-dev llvm-dev at lists.llvm.org
Fri Nov 24 07:06:29 PST 2017


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


More information about the llvm-dev mailing list