[][src]Trait llir::values::AsGenericValue

pub trait AsGenericValue<'ctx>: ValueRef {
    fn as_generic_value(&self) -> GenericValue<'ctx> { ... }
}

Turn the value into a GenericValue, implemented for every value class

Provided methods

fn as_generic_value(&self) -> GenericValue<'ctx>

Loading content...

Implementors

impl<'ctx, V> AsGenericValue<'ctx> for V where
    V: ValueRef, 
[src]

Loading content...