Searched refs:PromoteIntRes_XMULO (Results 1 – 2 of 2) sorted by relevance
349 SDValue PromoteIntRes_XMULO(SDNode *N, unsigned ResNo);
157 case ISD::UMULO: Res = PromoteIntRes_XMULO(N, ResNo); break; in PromoteIntegerResult()1352 SDValue DAGTypeLegalizer::PromoteIntRes_XMULO(SDNode *N, unsigned ResNo) { in PromoteIntRes_XMULO() function in DAGTypeLegalizer