Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CTTZ

2421     // This trivially expands to CTTZ.
2422 return DAG.getNode(ISD::CTTZ, dl, Op.getValueType(), Op);
2423 case ISD::CTTZ: {
2537 case ISD::CTTZ:
3494 case ISD::CTTZ:
3504 if (Node->getOpcode() == ISD::CTTZ) {