Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2657 Value *OpLastLane = getData(OpIdx, LastLane).V; in getBestOperand() local
2706 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()