Searched defs:i16_type (Results 1 - 4 of 4) sorted by relevance

/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml30 let i16_type = Llvm.i16_type context var
161 let one = const_int i16_type 1 in
162 let two = const_int i16_type 2 in
179 insist ((vector_type i16_type 8) = (type_of c));
186 insist ((struct_type context [| i16_type; i16_type; i32_type; i32_type |])
950 ignore(build_pointercast inst37 (pointer_type i16_type) "build_pointercast" atentry);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c660 struct lp_type i16_type,
667 assert(!i16_type.floating);
668 assert(lp_check_value(i16_type, a));
669 assert(lp_check_value(i16_type, b));
671 c8 = lp_build_const_int_vec(gallivm, i16_type, 8);
676 b = LLVMBuildAdd(builder, b, lp_build_const_int_vec(gallium, i16_type, 1), "");
684 ab = LLVMBuildAdd(builder, ab, lp_build_const_int_vec(gallivm, i16_type, 0x80), "");
723 struct lp_type i16_type = lp_wider_type(type); local
726 lp_build_unpack2(bld->gallivm, type, i16_type, a, &al, &ah);
727 lp_build_unpack2(bld->gallivm, type, i16_type,
659 lp_build_mul_u8n(struct gallivm_state *gallivm, struct lp_type i16_type, LLVMValueRef a, LLVMValueRef b) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c660 struct lp_type i16_type,
667 assert(!i16_type.floating);
668 assert(lp_check_value(i16_type, a));
669 assert(lp_check_value(i16_type, b));
671 c8 = lp_build_const_int_vec(gallivm, i16_type, 8);
676 b = LLVMBuildAdd(builder, b, lp_build_const_int_vec(gallium, i16_type, 1), "");
684 ab = LLVMBuildAdd(builder, ab, lp_build_const_int_vec(gallivm, i16_type, 0x80), "");
723 struct lp_type i16_type = lp_wider_type(type); local
726 lp_build_unpack2(bld->gallivm, type, i16_type, a, &al, &ah);
727 lp_build_unpack2(bld->gallivm, type, i16_type,
659 lp_build_mul_u8n(struct gallivm_state *gallivm, struct lp_type i16_type, LLVMValueRef a, LLVMValueRef b) argument
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli488 (** [i16_type c] returns an integer type of bitwidth 16 in the context [c]. See
490 val i16_type : llcontext -> lltype var

Completed in 487 milliseconds