Click or drag to resize
Llvm.NET LogoInstructionBuilderCompare Method (RealPredicate, Value, Value)

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

Builds a Floating point compare instruction

Namespace:  Llvm.NET.Instructions
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public Value Compare(
	RealPredicate predicate,
	Value lhs,
	Value rhs
)

Parameters

predicate
Type: Llvm.NETRealPredicate
predicate for the comparison
lhs
Type: Llvm.NET.ValuesValue
Left hand side of the comparison
rhs
Type: Llvm.NET.ValuesValue
Right hand side of the comparison

Return Value

Type: Value
Comparison instruction
See Also