LLVMGetCondition

Return the condition of a branch instruction.

This only works on llvm::BranchInst instructions.

@see llvm::BranchInst::getCondition

extern (C) nothrow
LLVMValueRef
LLVMGetCondition
(
LLVMValueRef Branch
)

Meta