[−][src]Trait inkwell::values::FloatMathValue
Represents a value which is permitted in floating point math operations
Represents a value which is permitted in floating point math operations
type BaseType: FloatMathType
fn new(value: LLVMValueRef) -> Self
impl FloatMathValue for FloatValue
[src]type BaseType = FloatType
fn new(value: LLVMValueRef) -> Self
[src]impl FloatMathValue for VectorValue
[src]type BaseType = VectorType
fn new(value: LLVMValueRef) -> Self
[src]