llvm_lib::core::values

Module constants

source
Expand description

This section contains APIs for interacting with MValueRef that correspond to LLVM Constant instances.

Modules§

Functions§

  • Obtain a constant value referring to the instance of a type consisting of all ones.
  • Obtain a constant value referring to the null instance of a type.
  • Obtain a constant that is a constant pointer pointing to NULL for a specified type.
  • Obtain a constant value referring to a poison value of a type.
  • Obtain a constant value referring to an undefined value of a type.
  • Determine whether a value instance is null.