Home
last modified time | relevance | path

Searched refs:OpLastLane (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1191 Value *OpLastLane = getData(OpIdx, LastLane).V; in getBestOperand() local
1230 Value *OpLeft = (LeftToRight) ? OpLastLane : Op; in getBestOperand()
1231 Value *OpRight = (LeftToRight) ? Op : OpLastLane; in getBestOperand()
1241 if (Op == OpLastLane) in getBestOperand()