llvm::DenseMapInfo<sandboxir::Context::CallbackID>

DenseMapInfo specialization for sandboxir::Context::CallbackID.

Synopsis

Declared in <llvm/SandboxIR/Context.h>

template<>
struct DenseMapInfo<sandboxir::Context::CallbackID>;

Type Aliases

NameDescription
CallbackID CallbackID type being specialized.
ReprInfo DenseMapInfo for the underlying integer representation.

Static Member Functions

NameDescription
getHashValue Compute a hash value for callback ID ID.
isEqual Return true if LHS and RHS are equal.