[][src]Trait inkwell::values::IntMathValue

pub trait IntMathValue: BasicValue {
    type BaseType: IntMathType;
    fn new(value: LLVMValueRef) -> Self;
}

Represents a value which is permitted in integer math operations

Associated Types

type BaseType: IntMathType

Loading content...

Required methods

fn new(value: LLVMValueRef) -> Self

Loading content...

Implementors

impl IntMathValue for IntValue[src]

type BaseType = IntType

impl IntMathValue for VectorValue[src]

type BaseType = VectorType

Loading content...