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/
Decho.cpp510 LLVMValueRef Cond = LLVMGetCondition(Src); in CloneInstruction()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h3496 LLVMValueRef LLVMGetCondition(LLVMValueRef Branch);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1555 LLVMValueRef llvm_condition(LLVMValueRef V) { return LLVMGetCondition(V); } in llvm_condition()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp2937 LLVMValueRef LLVMGetCondition(LLVMValueRef Branch) { in LLVMGetCondition() function