Properties
name
The name of the value.
type
[read-only]
An llvm.core.Type object representing the type of the value.
uses
[read-only]
The list of values (llvm.core.Value) that use this value.
use_count
[read-only]
The number of values that use (refer) this value. Same as
len(val.uses) but faster if you just want the count.
value_id
[read-only]
Returns llvmValuegetValueID(). Refer LLVM documentation for more info.