Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml1113 external is_conditional : llvalue -> bool = "llvm_is_conditional"
H A Dllvm_ocaml.c1580 CAMLprim value llvm_is_conditional(LLVMValueRef V) { in llvm_is_conditional() function