Home
last modified time | relevance | path

Searched refs:i16_type (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dvmcore.ml24 let i16_type = Llvm.i16_type context var
148 let one = const_int i16_type 1 in
149 let two = const_int i16_type 2 in
166 insist ((vector_type i16_type 8) = (type_of c));
173 insist ((struct_type context [| i16_type; i16_type; i32_type; i32_type |])
1133 ignore(build_pointercast inst37 (pointer_type i16_type) "build_pointercast" atentry);
/external/llvm/test/Bindings/OCaml/
Dcore.ml30 let i16_type = Llvm.i16_type context var
197 let one = const_int i16_type 1 in
198 let two = const_int i16_type 2 in
217 insist ((vector_type i16_type 8) = (type_of c));
224 insist ((struct_type context [| i16_type; i16_type; i32_type; i32_type |])
1013 ignore(build_pointercast inst37 (pointer_type i16_type) "build_pointercast" atentry);
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dcore.ml30 let i16_type = Llvm.i16_type context var
207 let one = const_int i16_type 1 in
208 let two = const_int i16_type 2 in
227 insist ((vector_type i16_type 8) = (type_of c));
234 insist ((struct_type context [| i16_type; i16_type; i32_type; i32_type |])
1067 ignore(build_pointercast inst37 (pointer_type i16_type) "build_pointercast" atentry);
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c144 struct lp_type i16_type = lp_type_int_vec(16, 16 * length); in lp_build_float_to_half() local
179 result = LLVMBuildTrunc(builder, result, lp_build_vec_type(gallivm, i16_type), ""); in lp_build_float_to_half()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml363 external i16_type : llcontext -> lltype = "llvm_i16_type"
Dllvm.mli531 (** [i16_type c] returns an integer type of bitwidth 16 in the context [c]. See
533 val i16_type : llcontext -> lltype val
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml274 external i16_type : llcontext -> lltype = "llvm_i16_type"
Dllvm.mli398 (** [i16_type c] returns an integer type of bitwidth 16 in the context [c]. See
400 val i16_type : llcontext -> lltype val
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml429 external i16_type : llcontext -> lltype = "llvm_i16_type"
Dllvm.mli552 (** [i16_type c] returns an integer type of bitwidth 16 in the context [c]. See
554 val i16_type : llcontext -> lltype val