Trait llvm_plugin_inkwell::values::PointerMathValue
source · pub trait PointerMathValue<'ctx>: BasicValue<'ctx> {
type BaseType: PointerMathType<'ctx>;
fn new(value: LLVMValueRef) -> Self;
}pub trait PointerMathValue<'ctx>: BasicValue<'ctx> {
type BaseType: PointerMathType<'ctx>;
fn new(value: LLVMValueRef) -> Self;
}