Home
last modified time | relevance | path

Searched refs:LLVMIsConditional (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp503 if (!LLVMIsConditional(Src)) { in CloneInstruction()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h3487 LLVMBool LLVMIsConditional(LLVMValueRef Branch);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1565 return Val_bool(LLVMIsConditional(V)); in llvm_is_conditional()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp2933 LLVMBool LLVMIsConditional(LLVMValueRef Branch) { in LLVMIsConditional() function