Home
last modified time | relevance | path

Searched refs:struct_type (Results 1 – 9 of 9) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/
H A Dalloca.ll134 %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 0
146 %1 = bitcast %struct_type* %0 to i8*
147 %2 = bitcast %struct_type* %a to i8*
149 call void @test9_aux(<{ %struct_type }>* inalloca %argmem)
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dpr17631.ll3 %struct_type = type { [64 x <8 x float>], <8 x float> }
12 %second_alloc = alloca %struct_type
/minix/external/bsd/llvm/dist/llvm/test/Bindings/Ocaml/
H A Dtarget.ml46 let sty = struct_type context [| i32_type; i64_type |] in
H A Dcore.ml224 insist ((struct_type context [| i16_type; i16_type; i32_type; i32_type |])
941 let sty = struct_type context [| i8_type; i64_type |] in
1094 let sty = struct_type context [| i32_type; i8_type |] in
1175 let rt = struct_type context [| pointer_type i8_type; i32_type |] in
1389 let sty = struct_type context [| i32_type; i8_type |] in
/minix/sys/fs/udf/
H A Decma167-udf.h71 uint8_t struct_type; member
H A Dudf_subr.c3560 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()
/minix/sbin/newfs_udf/
H A Dudf_write.c402 iso9660_vrs_desc->struct_type = 0; in udf_write_iso9660_vrs()
/minix/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli577 (** [struct_type context tys] returns the structure type in the context
580 val struct_type : llcontext -> lltype array -> lltype val
896 [struct_type (Array.map type_of elts)] and containing the values [elts]
H A Dllvm.ml364 external struct_type : llcontext -> lltype array -> lltype = "llvm_struct_type"