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