HomeSort by relevance Sort by last modified time
    Searched defs:i8_type (Results 1 - 9 of 9) sorted by null

  /external/llvm/test/Bindings/OCaml/
ipo.ml 19 let i8_type = Llvm.i8_type context var
41 let fty = function_type i8_type [| |] in
44 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
executionengine.ml 18 let i8_type = Llvm.i8_type context var
core.ml 29 let i8_type = Llvm.i8_type context var
154 insist ((array_type i8_type 11) = type_of c);
162 insist ((array_type i8_type 9) = type_of c);
230 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;
286 let void_ptr = pointer_type i8_type in
289 let foldbomb_gv = define_global "FoldBomb" (const_null i8_type) m in
339 i8_type) m);
349 (const_gep (const_null (pointer_type i8_type))
366 ignore (define_global "const_size_of" (size_of (pointer_type i8_type)) m)
    [all...]
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
ipo_opts.ml 16 let i8_type = Llvm.i8_type context var
38 let fty = function_type i8_type [| |] in
41 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
executionengine.ml 14 let i8_type = Llvm.i8_type context var
25 let str_arr_type = pointer_type (pointer_type i8_type) in
vmcore.ml 23 let i8_type = Llvm.i8_type context var
121 insist ((array_type i8_type 11) = type_of c);
128 insist ((array_type i8_type 9) = type_of c);
179 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;
235 let void_ptr = pointer_type i8_type in
238 let foldbomb_gv = define_global "FoldBomb" (const_null i8_type) m in
287 i8_type) m);
297 (const_gep (const_null (pointer_type i8_type))
312 ignore (define_global "const_size_of" (size_of (pointer_type i8_type)) m)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_gather.c 314 LLVMTypeRef i8_type = LLVMIntTypeInContext(gallivm->context, 8); local
347 LLVMValueRef scale = LLVMConstInt(i8_type, 1, 0);
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 527 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See
529 val i8_type : llcontext -> lltype var
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 394 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See
396 val i8_type : llcontext -> lltype var
    [all...]

Completed in 232 milliseconds