llvm::EVT::operator!=

Return true if this EVT differs from VT.

Synopsis

Declared in <llvm/CodeGen/ValueTypes.h>

bool
operator!=(EVT VT) const;

Return Value

True if the EVTs differ.

Parameters

NameDescription
VTValue type to compare against.