Home
last modified time | relevance | path

Searched defs:i32_type (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/test/Bindings/OCaml/
H A Dexecutionengine.ml19 let i32_type = Llvm.i32_type context var
H A Dtarget.ml18 let i32_type = Llvm.i32_type context var
H A Dcore.ml25 let i32_type = Llvm.i32_type context var
[all...]
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.mli606 val i32_type : llcontext -> lltype global() val