Return true if the node has at least one operand and all operands of the specified node are ISD::UNDEF.

Synopsis

Declared in <llvm/CodeGen/SelectionDAGNodes.h>

bool
allOperandsUndef(SDNode const* N);

Parameters

Name

Description

N

Represents one node in the SelectionDAG.

Created with MrDocs