Return true if the underlying value is known unique for analysis.
Declared in <llvm/Transforms/IPO/Attributor.h>
bool
isKnownUniqueForAnalysis() const;
That means it might not be unique but we can still use pointer equality without risking to represent two distinct instances.
True if the underlying value is known unique for analysis.