Lines Matching defs:NodesWithConsts
769 SmallPtrSetImpl<SDNode*> &NodesWithConsts,
6689 SmallPtrSetImpl<SDNode*> &NodesWithConsts,
6702 NodesWithConsts.insert(N);
6746 if (!SearchForAndLoads(Op.getNode(), Loads, NodesWithConsts, Mask,
6789 SmallPtrSet<SDNode*, 2> NodesWithConsts;
6791 if (SearchForAndLoads(N, Loads, NodesWithConsts, Mask, FixupNode)) {
6811 for (auto *LogicN : NodesWithConsts) {