Click or drag to resize
Llvm.NET LogoInstructionBuilderBranch Method (Value, BasicBlock, BasicBlock)

[This is preliminary documentation and is subject to change.]

Namespace:  Llvm.NET.Instructions
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public Branch Branch(
	Value ifCondition,
	BasicBlock thenTarget,
	BasicBlock elseTarget
)

Parameters

ifCondition
Type: Llvm.NET.ValuesValue
thenTarget
Type: Llvm.NET.ValuesBasicBlock
elseTarget
Type: Llvm.NET.ValuesBasicBlock

Return Value

Type: Branch
See Also