Home
last modified time | relevance | path

Searched refs:optional_struct_ref (Results 1 – 2 of 2) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dcodegen.cpp5171 LLVMValueRef optional_struct_ref = get_handle_value(g, base_ptr, maybe_type, ptr_type); in ir_render_optional_unwrap_ptr() local
5173 LLVMValueRef non_null_bit_ptr = LLVMBuildStructGEP(g->builder, optional_struct_ref, in ir_render_optional_unwrap_ptr()
5178 return LLVMBuildStructGEP(g->builder, optional_struct_ref, maybe_child_index, ""); in ir_render_optional_unwrap_ptr()
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dcodegen.cpp5171 LLVMValueRef optional_struct_ref = get_handle_value(g, base_ptr, maybe_type, ptr_type); in ir_render_optional_unwrap_ptr() local
5173 LLVMValueRef non_null_bit_ptr = LLVMBuildStructGEP(g->builder, optional_struct_ref, in ir_render_optional_unwrap_ptr()
5178 return LLVMBuildStructGEP(g->builder, optional_struct_ref, maybe_child_index, ""); in ir_render_optional_unwrap_ptr()