llvm::AMDGPU::TargetID::operator!=

True if this TargetID is not equal to Other.

Synopsis

Declared in <llvm/TargetParser/AMDGPUTargetParser.h>

bool
operator!=(TargetID const& Other) const;

Return Value

True if this TargetID is not equal to Other.

Parameters

NameDescription
OtherTargetID to compare against.