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

True if this TargetID equals Other.

Synopsis

Declared in <llvm/TargetParser/AMDGPUTargetParser.h>

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

Return Value

True if this TargetID equals Other.

Parameters

NameDescription
OtherTargetID to compare against.