Return true if the value is the smallest signed value.

Synopsis

Declared in <llvm/IR/Constant.h>

bool
isMinSignedValue() const;

Return Value

True if the value is the smallest signed value.

Created with MrDocs