pub unsafe extern "C" fn LLVMIsConditional(
Branch: LLVMValueRef,
) -> LLVMBoolExpand description
Return if a branch is conditional.
This only works on llvm::BranchInst instructions.
@see llvm::BranchInst::isConditional
pub unsafe extern "C" fn LLVMIsConditional(
Branch: LLVMValueRef,
) -> LLVMBoolReturn if a branch is conditional.
This only works on llvm::BranchInst instructions.
@see llvm::BranchInst::isConditional