Searched refs:OpLastLane (Results 1 – 1 of 1) sorted by relevance
1191 Value *OpLastLane = getData(OpIdx, LastLane).V; in getBestOperand() local1230 Value *OpLeft = (LeftToRight) ? OpLastLane : Op; in getBestOperand()1231 Value *OpRight = (LeftToRight) ? Op : OpLastLane; in getBestOperand()1241 if (Op == OpLastLane) in getBestOperand()