[−][src]Trait inkwell::values::BasicValue
Represents a basic value, which can be used both by itself, or in an AggregateValue
.
Provided methods
fn as_basic_value_enum(&self) -> BasicValueEnum
Returns an enum containing a typed version of the BasicValue
.
fn as_instruction_value(&self) -> Option<InstructionValue>
Most BasicValue
s are the byproduct of an instruction
and so are convertable into an InstructionValue