[−][src]Trait inkwell::values::IntMathValue
Represents a value which is permitted in integer math operations
Represents a value which is permitted in integer math operations
type BaseType: IntMathType
fn new(value: LLVMValueRef) -> Self
impl IntMathValue for IntValue
[src]type BaseType = IntType
fn new(value: LLVMValueRef) -> Self
[src]impl IntMathValue for VectorValue
[src]type BaseType = VectorType
fn new(value: LLVMValueRef) -> Self
[src]