Searched refs:PromoteIntOp_BITCAST (Results 1 – 2 of 2) sorted by relevance
293 SDValue PromoteIntOp_BITCAST(SDNode *N);
878 case ISD::BITCAST: Res = PromoteIntOp_BITCAST(N); break; in PromoteIntegerOperand()997 SDValue DAGTypeLegalizer::PromoteIntOp_BITCAST(SDNode *N) { in PromoteIntOp_BITCAST() function in DAGTypeLegalizer