llvm::ISD::isSEXTLoad

Returns true if the specified node is a SEXTLOAD.

Synopsis

Declared in <llvm/CodeGen/SelectionDAGNodes.h>

bool
isSEXTLoad(SDNode const* N);

Return Value

true if the specified node is a SEXTLOAD.

Parameters

NameDescription
NRepresents one node in the SelectionDAG.