Return true if the value is not the smallest signed value, or, for vectors, does not contain smallest signed value elements.
Synopsis
Declared in <llvm/IR/Constant.h>
bool
isNotMinSignedValue() const;
Return Value
True if the value is not the smallest signed value (and for vectors, has no such elements).
Created with MrDocs