Home
last modified time | relevance | path

Searched defs:position_before (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.ml1152 let position_before i = position_builder (Before i) global() function
H A Dllvm.mli1881 val position_before : llvalue -> llbuilder -> unit global() val