Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp509 LLVMValueRef Cond = LLVMGetCondition(Src); in CloneInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h3429 LLVMValueRef LLVMGetCondition(LLVMValueRef Branch);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1586 LLVMValueRef llvm_condition(LLVMValueRef V) { return LLVMGetCondition(V); } in llvm_condition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2966 LLVMValueRef LLVMGetCondition(LLVMValueRef Branch) { in LLVMGetCondition() function