Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:DELETED_NODE

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