Searched refs:PromoteIntOp_ZERO_EXTEND (Results 1 – 2 of 2) sorted by relevance
313 SDValue PromoteIntOp_ZERO_EXTEND(SDNode *N);
910 case ISD::ZERO_EXTEND: Res = PromoteIntOp_ZERO_EXTEND(N); break; in PromoteIntegerOperand()1261 SDValue DAGTypeLegalizer::PromoteIntOp_ZERO_EXTEND(SDNode *N) { in PromoteIntOp_ZERO_EXTEND() function in DAGTypeLegalizer