Searched refs:PromoteIntOp_SIGN_EXTEND (Results 1 – 2 of 2) sorted by relevance
402 SDValue PromoteIntOp_SIGN_EXTEND(SDNode *N);
1942 case ISD::SIGN_EXTEND: Res = PromoteIntOp_SIGN_EXTEND(N); break; in PromoteIntegerOperand()2312 SDValue DAGTypeLegalizer::PromoteIntOp_SIGN_EXTEND(SDNode *N) { in PromoteIntOp_SIGN_EXTEND() function in DAGTypeLegalizer