LLVMGetCondition

Function LLVMGetCondition 

Source
pub unsafe extern "C" fn LLVMGetCondition(
    Branch: LLVMValueRef,
) -> LLVMValueRef
Expand description

Return the condition of a branch instruction.

This only works on llvm::BranchInst instructions.

@see llvm::BranchInst::getCondition