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