Searched refs:OperandsVec (Results 1 – 1 of 1) sorted by relevance
4878 SmallVector<ValueList, 2> OperandsVec; in buildTree_rec() local4883 OperandsVec.push_back(Operands); in buildTree_rec()4892 OperandsVec.push_back(Operands); in buildTree_rec()4894 for (unsigned OpIdx = 0, OpE = OperandsVec.size(); OpIdx != OpE; ++OpIdx) in buildTree_rec()4895 buildTree_rec(OperandsVec[OpIdx], Depth + 1, {TE, OpIdx}); in buildTree_rec()