Expand description
Functions in this section work on all ValueRef
instances,
regardless of their sub-type. They correspond to functions available
on C LLVM Value
.
Functionsยง
- dump_
value - Dump a representation of a value to stderr.
- get_
value_ kind - Returns the kind of the given LLVM value (Obtain the enumerated type of the Value instance.).
- get_
value_ name - Obtain the string name of a value.
- is_
amd_ node - Determines whether the specified value instance is an
AMD
node. - is_
amd_ string - Determines whether the specified value instance is an
AMD
string. - is_
constant - Determines whether the specified value instance is constant.
- is_
poison - Determine whether a value instance is poisonous.
- is_
undef - Determine whether a value instance is undefined.
- is_
value_ as_ metadata - Determines whether the specified value instance is a value as metadata.
- print_
value_ to_ string - Return a string representation of the value. Use
dispose_message
to free the string. - replace_
all_ uses_ with - Replace all uses of a value with another one.
- set_
value_ name - Set the string name of a value.
- type_of
- Obtain the type of the value.