Searched refs:PromoteIntRes_UNDEF (Results 1 – 2 of 2) sorted by relevance
264 SDValue PromoteIntRes_UNDEF(SDNode *N);
80 case ISD::UNDEF: Res = PromoteIntRes_UNDEF(N); break; in PromoteIntegerResult()764 SDValue DAGTypeLegalizer::PromoteIntRes_UNDEF(SDNode *N) { in PromoteIntRes_UNDEF() function in DAGTypeLegalizer