Searched refs:LLVMGetCondition (Results 1 – 4 of 4) sorted by relevance
509 LLVMValueRef Cond = LLVMGetCondition(Src); in CloneInstruction()
3429 LLVMValueRef LLVMGetCondition(LLVMValueRef Branch);
1586 LLVMValueRef llvm_condition(LLVMValueRef V) { return LLVMGetCondition(V); } in llvm_condition()
2966 LLVMValueRef LLVMGetCondition(LLVMValueRef Branch) { in LLVMGetCondition() function