Return the signedness of this variable's type, or std::nullopt if this type is neither signed nor unsigned.

Synopsis

Declared in <llvm/IR/DebugInfoMetadata.h>

std::optional<DIBasicType::Signedness>
getSignedness() const;

Return Value

The signedness of this variable's type, or std::nullopt if this.

Created with MrDocs