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