Home
last modified time | relevance | path

Searched refs:foldPartialReduceAdd (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp631 SDValue foldPartialReduceAdd(SDNode *N);
12839 if (SDValue Res = foldPartialReduceAdd(N)) in visitPARTIAL_REDUCE_MLA()
12940 SDValue DAGCombiner::foldPartialReduceAdd(SDNode *N) { in foldPartialReduceAdd() function in DAGCombiner