Lines Matching refs:InVec
14747 SDValue InVec = N->getOperand(0); in performINSERT_VECTOR_ELTCombine() local
14752 EVT VT = InVec.getValueType(); in performINSERT_VECTOR_ELTCombine()
14756 if (!InVec.hasOneUse()) in performINSERT_VECTOR_ELTCombine()
14762 const unsigned InVecOpcode = InVec->getOpcode(); in performINSERT_VECTOR_ELTCombine()
14765 SDValue InVecLHS = InVec->getOperand(0); in performINSERT_VECTOR_ELTCombine()
14766 SDValue InVecRHS = InVec->getOperand(1); in performINSERT_VECTOR_ELTCombine()
14776 if (InVec.getOperand(0).getValueType() != InVec.getOperand(1).getValueType()) in performINSERT_VECTOR_ELTCombine()
14787 if (InVec.getOpcode() != ISD::CONCAT_VECTORS) in performINSERT_VECTOR_ELTCombine()
14795 EVT ConcatVT = InVec.getOperand(0).getValueType(); in performINSERT_VECTOR_ELTCombine()
14803 SDValue ConcatOp = InVec.getOperand(ConcatOpIdx); in performINSERT_VECTOR_ELTCombine()
14808 ConcatOps.append(InVec->op_begin(), InVec->op_end()); in performINSERT_VECTOR_ELTCombine()