llvm::ImutKeyValueInfo::isDataEqual

Returns true if the stored values L and R are equal.

Synopsis

Declared in <llvm/ADT/ImmutableMap.h>

static
bool
isDataEqual(
    data_type_ref L,
    data_type_ref R);

Parameters

NameDescription
LA reference to a map value.
RA reference to a map value.