Searched refs:NodesWithConsts (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp630 SmallPtrSetImpl<SDNode*> &NodesWithConsts,
4890 SmallPtrSetImpl<SDNode*> &NodesWithConsts,
4903 NodesWithConsts.insert(N);
4947 if (!SearchForAndLoads(Op.getNode(), Loads, NodesWithConsts, Mask,
4990 SmallPtrSet<SDNode*, 2> NodesWithConsts; local
4992 if (SearchForAndLoads(N, Loads, NodesWithConsts, Mask, FixupNode)) {
5012 for (auto *LogicN : NodesWithConsts) {
4888 SearchForAndLoads(SDNode *N, SmallVectorImpl<LoadSDNode*> &Loads, SmallPtrSetImpl<SDNode*> &NodesWithConsts, ConstantSDNode *Mask, SDNode *&NodeToMask) argument

Completed in 136 milliseconds