Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:DELETED_NODE

632   // Set the opcode to DELETED_NODE to help catch bugs when node
634 N->NodeType = ISD::DELETED_NODE;
680 assert(N->getOpcode() != ISD::DELETED_NODE && "DELETED_NODE in CSEMap!");