Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:FrameIndexSDNode

1241 class FrameIndexSDNode : public SDNode {
1244 FrameIndexSDNode(int fi, EVT VT, bool isTarg)
1252 static bool classof(const FrameIndexSDNode *) { return true; }