Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-c-test/
Decho.cpp435 LLVMValueRef Cond = LLVMGetCondition(Src); in CloneInstruction()
/external/llvm/include/llvm-c/
DCore.h2729 LLVMValueRef LLVMGetCondition(LLVMValueRef Branch);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1570 return LLVMGetCondition(V); in llvm_condition()
/external/llvm/lib/IR/
DCore.cpp2296 LLVMValueRef LLVMGetCondition(LLVMValueRef Branch) { in LLVMGetCondition() function