Searched refs:struct_type (Results 1 – 9 of 9) sorted by relevance
134 %struct_type = type { i32, i32 }135 declare void @test9_aux(<{ %struct_type }>* inalloca)139 define void @test9(%struct_type* %a) {143 %argmem = alloca inalloca <{ %struct_type }>145 %0 = getelementptr inbounds <{ %struct_type }>* %argmem, i32 0, i32 0146 %1 = bitcast %struct_type* %0 to i8*147 %2 = bitcast %struct_type* %a to i8*149 call void @test9_aux(<{ %struct_type }>* inalloca %argmem)
3 %struct_type = type { [64 x <8 x float>], <8 x float> }12 %second_alloc = alloca %struct_type
46 let sty = struct_type context [| i32_type; i64_type |] in
224 insist ((struct_type context [| i16_type; i16_type; i32_type; i32_type |])941 let sty = struct_type context [| i8_type; i64_type |] in1094 let sty = struct_type context [| i32_type; i8_type |] in1175 let rt = struct_type context [| pointer_type i8_type; i32_type |] in1389 let sty = struct_type context [| i32_type; i8_type |] in
71 uint8_t struct_type; member
3560 vrs->struct_type = 0; in udf_validate_session_start()3565 vrs->struct_type = 0; in udf_validate_session_start()3574 vrs->struct_type = 0; in udf_validate_session_start()
402 iso9660_vrs_desc->struct_type = 0; in udf_write_iso9660_vrs()
577 (** [struct_type context tys] returns the structure type in the context580 val struct_type : llcontext -> lltype array -> lltype val896 [struct_type (Array.map type_of elts)] and containing the values [elts]
364 external struct_type : llcontext -> lltype array -> lltype = "llvm_struct_type"