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