[][src]Trait inkwell::values::FloatMathValue

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

Represents a value which is permitted in floating point math operations

Associated Types

type BaseType: FloatMathType

Loading content...

Required methods

fn new(value: LLVMValueRef) -> Self

Loading content...

Implementors

impl FloatMathValue for FloatValue[src]

type BaseType = FloatType

impl FloatMathValue for VectorValue[src]

type BaseType = VectorType

Loading content...