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/
core.ml 28 let i1_type = Llvm.i1_type context var
230 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;
250 let c = undef i1_type in
252 insist (i1_type = type_of c);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 339 external i1_type : llcontext -> lltype = "llvm_i1_type"
    [all...]
llvm.mli 497 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See
499 val i1_type : llcontext -> lltype var
    [all...]

Completed in 222 milliseconds