Searched refs:InOpcode (Results 1 – 1 of 1) sorted by relevance
55855 unsigned InOpcode = InVec.getOpcode(); in combineEXTRACT_SUBVECTOR() local55859 if (InOpcode == ISD::SINT_TO_FP && in combineEXTRACT_SUBVECTOR()55864 if (InOpcode == ISD::UINT_TO_FP && Subtarget.hasVLX() && in combineEXTRACT_SUBVECTOR()55869 if (InOpcode == ISD::FP_EXTEND && in combineEXTRACT_SUBVECTOR()55875 (InOpcode == ISD::ANY_EXTEND || in combineEXTRACT_SUBVECTOR()55876 InOpcode == ISD::ANY_EXTEND_VECTOR_INREG || in combineEXTRACT_SUBVECTOR()55877 InOpcode == ISD::ZERO_EXTEND || in combineEXTRACT_SUBVECTOR()55878 InOpcode == ISD::ZERO_EXTEND_VECTOR_INREG || in combineEXTRACT_SUBVECTOR()55879 InOpcode == ISD::SIGN_EXTEND || in combineEXTRACT_SUBVECTOR()55880 InOpcode == ISD::SIGN_EXTEND_VECTOR_INREG) && in combineEXTRACT_SUBVECTOR()[all …]