Searched refs:LLVMGetCondition (Results 1 – 4 of 4) sorted by relevance
510 LLVMValueRef Cond = LLVMGetCondition(Src); in CloneInstruction()
3496 LLVMValueRef LLVMGetCondition(LLVMValueRef Branch);
1555 LLVMValueRef llvm_condition(LLVMValueRef V) { return LLVMGetCondition(V); } in llvm_condition()
2937 LLVMValueRef LLVMGetCondition(LLVMValueRef Branch) { in LLVMGetCondition() function