Searched refs:OperandsVec (Results 1 – 1 of 1) sorted by relevance
5307 SmallVector<ValueList, 2> OperandsVec; in buildTree_rec() local5312 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()