Compare two fixed-point values for inequality.
Declared in <llvm/IR/FixedPointBuilder.h>
Value*
CreateNE(
Value* LHS,
FixedPointSemantics const& LHSSema,
Value* RHS,
FixedPointSemantics const& RHSSema);
An i1 value that is true when LHS is not equal to RHS.
| Name | Description |
|---|---|
| LHS | The left-hand side value. |
| LHSSema | The fixed-point semantic of LHS. |
| RHS | The right-hand side value. |
| RHSSema | The fixed-point semantic of RHS. |