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
NNode to test.