Home
last modified time | relevance | path

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

/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dcodegen.cpp2218 …LLVMValueRef adjusted_ptr_to_struct = LLVMBuildInBoundsGEP(g->builder, abi_ptr_to_struct, indices,… in iter_function_params_c_abi() local
2219 LLVMValueRef loaded = LLVMBuildLoad(g->builder, adjusted_ptr_to_struct, ""); in iter_function_params_c_abi()
2260 …LLVMValueRef adjusted_ptr_to_struct = LLVMBuildInBoundsGEP(g->builder, abi_ptr_to_struct, indices,… in iter_function_params_c_abi() local
2261 LLVMBuildStore(g->builder, arg, adjusted_ptr_to_struct); in iter_function_params_c_abi()
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dcodegen.cpp2218 …LLVMValueRef adjusted_ptr_to_struct = LLVMBuildInBoundsGEP(g->builder, abi_ptr_to_struct, indices,… in iter_function_params_c_abi() local
2219 LLVMValueRef loaded = LLVMBuildLoad(g->builder, adjusted_ptr_to_struct, ""); in iter_function_params_c_abi()
2260 …LLVMValueRef adjusted_ptr_to_struct = LLVMBuildInBoundsGEP(g->builder, abi_ptr_to_struct, indices,… in iter_function_params_c_abi() local
2261 LLVMBuildStore(g->builder, arg, adjusted_ptr_to_struct); in iter_function_params_c_abi()