llvm::ISD::isNormalMaskedLoad

Returns true if N is a non-extending unindexed masked load.

Synopsis

Declared in <llvm/CodeGen/SelectionDAGNodes.h>

bool
isNormalMaskedLoad(SDNode const* N);

Return Value

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

Parameters

NameDescription
NNode to test.