Searched refs:PromoteIntRes_CTLZ (Results 1 – 2 of 2) sorted by relevance
328 SDValue PromoteIntRes_CTLZ(SDNode *N);
71 case ISD::CTLZ: Res = PromoteIntRes_CTLZ(N); break; in PromoteIntegerResult()649 SDValue DAGTypeLegalizer::PromoteIntRes_CTLZ(SDNode *N) { in PromoteIntRes_CTLZ() function in DAGTypeLegalizer