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