|
gb_internal LLVMValueRef lb_construct_const_union(lbModule *m, LLVMValueRef variant_value, Type *variant_type, Type *union_type) {
|
|
gb_internal LLVMValueRef lb_construct_const_union(lbModule *m, LLVMValueRef variant_value, Type *variant_type, Type *union_type) {
|
|
GB_ASSERT(lb_type(m, variant_type) == LLVMTypeOf(variant_value));
|
|
GB_ASSERT(lb_type(m, variant_type) == LLVMTypeOf(variant_value));
|