Home
last modified time | relevance | path

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

/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dcodegen.cpp7398 return LLVMConstInt(big_int_type_ref, 0, false); in pack_const_int()
7426 return LLVMConstZExt(int_val, big_int_type_ref); in pack_const_int()
7431 return LLVMConstZExt(int_val, big_int_type_ref); in pack_const_int()
7438 return LLVMConstZExt(int_val, big_int_type_ref); in pack_const_int()
7446 return LLVMConstZExt(ptr_size_int_val, big_int_type_ref); in pack_const_int()
7449 LLVMValueRef val = LLVMConstInt(big_int_type_ref, 0, false); in pack_const_int()
7459 LLVMValueRef child_val = pack_const_int(g, big_int_type_ref, elem_val); in pack_const_int()
7475 LLVMValueRef child_val = pack_const_int(g, big_int_type_ref, elem_val); in pack_const_int()
7499 LLVMValueRef val = LLVMConstInt(big_int_type_ref, 0, false); in pack_const_int()
7814 LLVMTypeRef big_int_type_ref = LLVMIntType(size_in_bits); in gen_const_val() local
[all …]
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dcodegen.cpp7398 return LLVMConstInt(big_int_type_ref, 0, false); in pack_const_int()
7426 return LLVMConstZExt(int_val, big_int_type_ref); in pack_const_int()
7431 return LLVMConstZExt(int_val, big_int_type_ref); in pack_const_int()
7438 return LLVMConstZExt(int_val, big_int_type_ref); in pack_const_int()
7446 return LLVMConstZExt(ptr_size_int_val, big_int_type_ref); in pack_const_int()
7449 LLVMValueRef val = LLVMConstInt(big_int_type_ref, 0, false); in pack_const_int()
7459 LLVMValueRef child_val = pack_const_int(g, big_int_type_ref, elem_val); in pack_const_int()
7475 LLVMValueRef child_val = pack_const_int(g, big_int_type_ref, elem_val); in pack_const_int()
7499 LLVMValueRef val = LLVMConstInt(big_int_type_ref, 0, false); in pack_const_int()
7814 LLVMTypeRef big_int_type_ref = LLVMIntType(size_in_bits); in gen_const_val() local
[all …]