Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:JumpTableSDNode

397     ID.AddInteger(cast<JumpTableSDNode>(N)->getIndex());
398 ID.AddInteger(cast<JumpTableSDNode>(N)->getTargetFlags());
797 assert(!isa<JumpTableSDNode>(N) && "Bad JumpTableSDNode!");
1110 SDNode *N = new (NodeAllocator) JumpTableSDNode(JTI, VT, isTarget,
6235 } else if (const JumpTableSDNode *JTDN = dyn_cast<JumpTableSDNode>(this)) {