Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp508 LLVMValueRef Cond = LLVMGetCondition(Src); in CloneInstruction()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h3491 LLVMValueRef LLVMGetCondition(LLVMValueRef Branch);
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1566 LLVMValueRef llvm_condition(LLVMValueRef V) { return LLVMGetCondition(V); } in llvm_condition()
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp2959 LLVMValueRef LLVMGetCondition(LLVMValueRef Branch) { in LLVMGetCondition() function