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 a representation of a value to stderr.
- Returns the kind of the given LLVM value (Obtain the enumerated type of the Value instance.).
- Obtain the string name of a value.
- Determines whether the specified value instance is an
AMDnode. - Determines whether the specified value instance is an
AMDstring. - Determines whether the specified value instance is constant.
- Determine whether a value instance is poisonous.
- Determine whether a value instance is undefined.
- Determines whether the specified value instance is a value as metadata.
- Return a string representation of the value. Use
dispose_messageto free the string. - Replace all uses of a value with another one.
- Set the string name of a value.
- Obtain the type of the value.