Searched refs:PromoteIntRes_SELECT (Results 1 – 2 of 2) sorted by relevance
272 SDValue PromoteIntRes_SELECT(SDNode *N);
74 case ISD::SELECT: Res = PromoteIntRes_SELECT(N); break; in PromoteIntegerResult()562 SDValue DAGTypeLegalizer::PromoteIntRes_SELECT(SDNode *N) { in PromoteIntRes_SELECT() function in DAGTypeLegalizer