Searched refs:Ins2 (Results 1 – 1 of 1) sorted by relevance
3089 SDValue Ins2 = N->getOperand(0); in tryInsertVectorElt() local3091 if (Ins2.getOpcode() != ISD::INSERT_VECTOR_ELT || !Ins2.hasOneUse() || in tryInsertVectorElt()3093 !isa<ConstantSDNode>(Ins2.getOperand(2)) || in tryInsertVectorElt()3094 (VT != MVT::v8f16 && VT != MVT::v8i16) || (Ins2.getValueType() != VT)) in tryInsertVectorElt()3098 unsigned Lane2 = Ins2.getConstantOperandVal(2); in tryInsertVectorElt()3105 SDValue Val2 = Ins2.getOperand(1); in tryInsertVectorElt()3130 ARM::ssub_0 + Lane2 / 2, dl, VT, Ins2.getOperand(0), in tryInsertVectorElt()3150 Ins2.getOperand(0), SDValue(VINS, 0)); in tryInsertVectorElt()3162 Ins2.getOperand(0), SDValue(VINS, 0)); in tryInsertVectorElt()