llvm_lib::core::values

Module general

source
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 AMD node.
  • Determines whether the specified value instance is an AMD string.
  • 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_message to 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.