Searched refs:OpLastLane (Results 1 – 1 of 1) sorted by relevance
1018 Value *OpLastLane = getData(OpIdx, LastLane).V; in getBestOperand() local1057 Value *OpLeft = (LeftToRight) ? OpLastLane : Op; in getBestOperand()1058 Value *OpRight = (LeftToRight) ? Op : OpLastLane; in getBestOperand()1068 if (Op == OpLastLane) in getBestOperand()