Searched refs:PromoteIntRes_ABS (Results 1 – 2 of 2) sorted by relevance
360 SDValue PromoteIntRes_ABS(SDNode *N);
217 case ISD::ABS: Res = PromoteIntRes_ABS(N); break; in PromoteIntegerResult()1486 SDValue DAGTypeLegalizer::PromoteIntRes_ABS(SDNode *N) { in PromoteIntRes_ABS() function in DAGTypeLegalizer