llvm::DebugValueUser::operator==

Return true if the tracked debug-value operands equal those of X.

Synopsis

Declared in <llvm/IR/Metadata.h>

bool
operator==(DebugValueUser const& X) const;

Return Value

True if the tracked operands equal those of X.

Parameters

NameDescription
XOther debug-value user to compare against.