If this is an absolute symbol reference, returns the range of the symbol, otherwise returns std::nullopt.
Synopsis
Declared in <llvm/IR/GlobalValue.h>
std::optional<ConstantRange>
getAbsoluteSymbolRange() const;
Return Value
The absolute symbol range, or std::nullopt if not absolute.
Created with MrDocs