Returns true if the specified node is a non‐extending load.
Synopsis
Declared in <llvm/CodeGen/SelectionDAGNodes.h>
bool
isNON_EXTLoad(SDNode const* N);
Return Value
True if the specified node is a non‐extending load.
Parameters
Name |
Description |
N |
Node to test. |
Created with MrDocs