Home
last modified time | relevance | path

Searched refs:llvm_condition (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.ml1140 external condition : llvalue -> llvalue = "llvm_condition"
H A Dllvm_ocaml.c1566 LLVMValueRef llvm_condition(LLVMValueRef V) { return LLVMGetCondition(V); } in llvm_condition() function