HomeSort by relevance Sort by last modified time
    Searched full:i1_type (Results 1 - 3 of 3) sorted by null

  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 28 let i1_type = Llvm.i1_type context var
192 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;
212 let c = undef i1_type in
214 insist (i1_type = type_of c);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 331 external i1_type : llcontext -> lltype = "llvm_i1_type"
    [all...]
llvm.mli 480 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See
482 val i1_type : llcontext -> lltype var
    [all...]

Completed in 576 milliseconds