Returns true if the specified node is a non‐truncating unindexed store.

Synopsis

Declared in <llvm/CodeGen/SelectionDAGNodes.h>

bool
isNormalStore(SDNode const* N);

Return Value

True if the specified node is a non‐truncating and unindexed store.

Parameters

Name

Description

N

Node to test.

Created with MrDocs