Searched refs:PromoteIntOp_ANY_EXTEND (Results 1 – 2 of 2) sorted by relevance
383 SDValue PromoteIntOp_ANY_EXTEND(SDNode *N);
1918 case ISD::ANY_EXTEND: Res = PromoteIntOp_ANY_EXTEND(N); break; in PromoteIntegerOperand()2128 SDValue DAGTypeLegalizer::PromoteIntOp_ANY_EXTEND(SDNode *N) { in PromoteIntOp_ANY_EXTEND() function in DAGTypeLegalizer