pub unsafe extern "C" fn LLVMGetCondition(
Branch: LLVMValueRef,
) -> LLVMValueRefExpand description
Return the condition of a branch instruction.
This only works on llvm::BranchInst instructions.
@see llvm::BranchInst::getCondition
pub unsafe extern "C" fn LLVMGetCondition(
Branch: LLVMValueRef,
) -> LLVMValueRefReturn the condition of a branch instruction.
This only works on llvm::BranchInst instructions.
@see llvm::BranchInst::getCondition