Searched refs:PromoteIntOp_EXTRACT_VECTOR_ELT (Results 1 – 2 of 2) sorted by relevance
380 SDValue PromoteIntOp_EXTRACT_VECTOR_ELT(SDNode *N);
1785 case ISD::EXTRACT_VECTOR_ELT: Res = PromoteIntOp_EXTRACT_VECTOR_ELT(N); break; in PromoteIntegerOperand()5880 SDValue DAGTypeLegalizer::PromoteIntOp_EXTRACT_VECTOR_ELT(SDNode *N) { in PromoteIntOp_EXTRACT_VECTOR_ELT() function in DAGTypeLegalizer