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