Lines Matching defs:NodesWithConsts
758 SmallPtrSetImpl<SDNode*> &NodesWithConsts,
6544 SmallPtrSetImpl<SDNode*> &NodesWithConsts,
6557 NodesWithConsts.insert(N);
6601 if (!SearchForAndLoads(Op.getNode(), Loads, NodesWithConsts, Mask,
6644 SmallPtrSet<SDNode*, 2> NodesWithConsts;
6646 if (SearchForAndLoads(N, Loads, NodesWithConsts, Mask, FixupNode)) {
6666 for (auto *LogicN : NodesWithConsts) {