Searched refs:SecondToLast (Results 1 – 1 of 1) sorted by relevance
3379 const StrengthReduction::AggregationElement &SecondToLast = in lowerArithmetic() local3382 assert(SecondToLast.aggregateWithAdd()); in lowerArithmetic()3383 _rsb(T, Src0R, SecondToLast.createShiftedOperand(Func, Src0R)); in lowerArithmetic()3384 } else if (!SecondToLast.aggregateWithAdd()) { in lowerArithmetic()3386 _sub(T, Src0R, SecondToLast.createShiftedOperand(Func, Src0R)); in lowerArithmetic()3388 _add(T, Src0R, SecondToLast.createShiftedOperand(Func, Src0R)); in lowerArithmetic()