Returns true if V is a constant integer zero.

Synopsis

Declared in <llvm/CodeGen/SelectionDAGNodes.h>

bool
isNullConstant(SDValue V);

Return Value

True if V is a constant integer zero.

Parameters

Name

Description

V

Value to test.

Created with MrDocs