llvm::SDNodeIterator::operator!=

Return true if this iterator differs from p x.

Synopsis

Declared in <llvm/CodeGen/SelectionDAGNodes.h>

bool
operator!=(SDNodeIterator const& x) const;

Return Value

True when the iterators differ.

Parameters

NameDescription
xOther iterator.