Searched refs:OpLastLane (Results 1 – 1 of 1) sorted by relevance
2657 Value *OpLastLane = getData(OpIdx, LastLane).V; in getBestOperand() local2706 Value *OpLeft = (LeftToRight) ? OpLastLane : Op; in getBestOperand()2707 Value *OpRight = (LeftToRight) ? Op : OpLastLane; in getBestOperand()2733 if (Op == OpLastLane || (!BestOp.Score && isa<Constant>(Op))) { in getBestOperand()2734 IsUsed = Op == OpLastLane; in getBestOperand()2735 if (Op == OpLastLane) { in getBestOperand()