Returns true if V is a constant min signed integer value.

Synopsis

Declared in <llvm/CodeGen/SelectionDAGNodes.h>

bool
isMinSignedConstant(SDValue V);

Return Value

True if V is a constant min signed integer value.

Parameters

Name

Description

V

Value to test.

Created with MrDocs