Home
last modified time | relevance | path

Searched refs:LLVMSetCondition (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h3505 void LLVMSetCondition(LLVMValueRef Branch, LLVMValueRef Cond);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1559 LLVMSetCondition(B, C); in llvm_set_condition()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp2941 void LLVMSetCondition(LLVMValueRef Branch, LLVMValueRef Cond) { in LLVMSetCondition() function