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
NRepresents one node in the SelectionDAG.