Expand description
This section contains APIs for interacting with MValueRef
that
correspond to LLVM Constant
instances.
Modules§
- composite
- Functions in this group operate on composite constants.
- expressions
- Functions in this group operate on constants expressions.
- global_
aliases - global_
values - global_
variables - scalar
- Functions in this group model
ValueRef
instances that correspond to constants referring to scalar types.
Functions§
- const_
all_ ones - Obtain a constant value referring to the instance of a type consisting of all ones.
- const_
null - Obtain a constant value referring to the null instance of a type.
- const_
pointer_ null - Obtain a constant that is a constant pointer pointing to
NULL
for a specified type. - get_
poison - Obtain a constant value referring to a poison value of a type.
- get_
undef - Obtain a constant value referring to an undefined value of a type.
- is_null
- Determine whether a value instance is null.