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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1792 /// LSBaseSDNode - Base class for LoadSDNode and StoreSDNode
1799 StoreSDNode
1866 /// StoreSDNode - This class is used to represent ISD::STORE nodes.
1868 class StoreSDNode : public LSBaseSDNode { class in inherits:LSBaseSDNode
1870 StoreSDNode(SDValue *ChainValuePtrOff, unsigned Order, DebugLoc dl, function in class:StoreSDNode
2049 const StoreSDNode *St = dyn_cast<StoreSDNode>(N);
2057 return isa<StoreSDNode>(N) && !cast<StoreSDNode>(N)->isTruncatingStore();
2063 return isa<StoreSDNode>(
[all...]

Completed in 282 milliseconds