Searched refs:PromoteIntRes_BITCAST (Results 1 – 2 of 2) sorted by relevance
323 SDValue PromoteIntRes_BITCAST(SDNode *N);
61 case ISD::BITCAST: Res = PromoteIntRes_BITCAST(N); break; in PromoteIntegerResult()462 SDValue DAGTypeLegalizer::PromoteIntRes_BITCAST(SDNode *N) { in PromoteIntRes_BITCAST() function in DAGTypeLegalizer