Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5307 SmallVector<ValueList, 2> OperandsVec; in buildTree_rec() local
5312 OperandsVec.push_back(Operands); in buildTree_rec()
5321 OperandsVec.push_back(Operands); in buildTree_rec()
5323 for (unsigned OpIdx = 0, OpE = OperandsVec.size(); OpIdx != OpE; ++OpIdx) in buildTree_rec()
5324 buildTree_rec(OperandsVec[OpIdx], Depth + 1, {TE, OpIdx}); in buildTree_rec()