llvm::ISD::isNormalLoad

Returns true if the specified node is a non-extending and unindexed load.

Synopsis

Declared in <llvm/CodeGen/SelectionDAGNodes.h>

bool
isNormalLoad(SDNode const* N);

Return Value

True if the specified node is a non-extending and unindexed load.

Parameters

NameDescription
NNode to test.