Searched refs:PromoteIntRes_SExtIntBinOp (Results 1 – 2 of 2) sorted by relevance
338 SDValue PromoteIntRes_SExtIntBinOp(SDNode *N);
84 case ISD::SMAX: Res = PromoteIntRes_SExtIntBinOp(N); break; in PromoteIntegerResult()150 case ISD::SREM: Res = PromoteIntRes_SExtIntBinOp(N); break; in PromoteIntegerResult()1130 SDValue DAGTypeLegalizer::PromoteIntRes_SExtIntBinOp(SDNode *N) { in PromoteIntRes_SExtIntBinOp() function in DAGTypeLegalizer