Searched defs:StoreSDNode (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1641 /// LSBaseSDNode - Base class for LoadSDNode and StoreSDNode
1648 StoreSDNode
1714 /// StoreSDNode - This class is used to represent ISD::STORE nodes.
1716 class StoreSDNode : public LSBaseSDNode { class in inherits:LSBaseSDNode
1718 StoreSDNode(SDValue *ChainValuePtrOff, unsigned Order, DebugLoc dl, function in class:StoreSDNode
1897 const StoreSDNode *St = dyn_cast<StoreSDNode>(N);
1905 return isa<StoreSDNode>(N) && !cast<StoreSDNode>(N)->isTruncatingStore();
1911 return isa<StoreSDNode>(
[all...]

Completed in 123 milliseconds