llvm::isNullConstant

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

NameDescription
VValue to test.