Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CTTZ

63   case ISD::CTTZ:        Res = PromoteIntRes_CTTZ(N); break;
333 if (N->getOpcode() == ISD::CTTZ) {
1111 case ISD::CTTZ: ExpandIntRes_CTTZ(N, Lo, Hi); break;
1743 // cttz (HiLo) -> Lo != 0 ? cttz(Lo) : (cttz(Hi)+32)