Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp510 LLVMValueRef Cond = LLVMGetCondition(Src); in CloneInstruction()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h3496 LLVMValueRef LLVMGetCondition(LLVMValueRef Branch);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1555 LLVMValueRef llvm_condition(LLVMValueRef V) { return LLVMGetCondition(V); } in llvm_condition()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp2937 LLVMValueRef LLVMGetCondition(LLVMValueRef Branch) { in LLVMGetCondition() function