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