Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CTTZ

2621     // This trivially expands to CTTZ.
2622 return DAG.getNode(ISD::CTTZ, dl, Op.getValueType(), Op);
2623 case ISD::CTTZ: {
2737 case ISD::CTTZ:
3737 case ISD::CTTZ:
3747 if (Node->getOpcode() == ISD::CTTZ) {