Expand description
This section contains APIs for interacting with MValueRef that
correspond to LLVM Constant instances.
Modules§
- Functions in this group operate on composite constants.
- Functions in this group operate on constants expressions.
- Functions in this group model
ValueRefinstances that correspond to constants referring to scalar types.
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
NULLfor 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.