Inequality operators
Declared in <llvm/IR/CmpPredicate.h>
An operator!= on the underlying Predicate.
bool
operator!=(CmpInst::Predicate P) const;
» more...
There is no operator!= defined on CmpPredicate. Use getMatching instead to get the canonicalized matching CmpPredicate.
bool
operator!=(CmpPredicate Other) const = delete;
» more...
True if the underlying Predicate does not equal P.
| Name | Description |
|---|---|
| P | The predicate to compare against. |
| Other | Unused; this operator is deleted. |