LLVMIsConditional

Return if a branch is conditional.

This only works on llvm::BranchInst instructions.

@see llvm::BranchInst::isConditional

extern (C) nothrow
LLVMBool
LLVMIsConditional
(
LLVMValueRef Branch
)

Meta