Searched refs:groupedStructConstants (Results 1 – 2 of 2) sorted by relevance
722 …std::unordered_map<unsigned int, std::vector<Instruction*>> groupedStructConstants; // map struct-… variable
1016 for (int i = 0; i < (int)groupedStructConstants[typeId].size(); ++i) { in findStructConstant()1017 constant = groupedStructConstants[typeId][i]; in findStructConstant()1070 groupedStructConstants[typeId].push_back(c); in makeCompositeConstant()