Searched refs:ExtractLane2 (Results 1 – 1 of 1) sorted by relevance
3112 unsigned ExtractLane2 = Val2.getConstantOperandVal(1); in tryInsertVectorElt() local3116 if (Val1.getOperand(0) == Val2.getOperand(0) && ExtractLane2 % 2 == 0 && in tryInsertVectorElt()3117 ExtractLane1 == ExtractLane2 + 1) { in tryInsertVectorElt()3119 ARM::ssub_0 + ExtractLane2 / 2, dl, MVT::f32, Val1.getOperand(0)); in tryInsertVectorElt()3133 ARM::ssub_0 + ExtractLane2 / 2, dl, MVT::f32, Val2.getOperand(0)); in tryInsertVectorElt()3136 if (ExtractLane2 % 2 != 0) in tryInsertVectorElt()