Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp662 SDValue MatchLoadCombine(SDNode *N);
7995 if (SDValue Load = MatchLoadCombine(N)) in visitOR()
9104 SDValue DAGCombiner::MatchLoadCombine(SDNode *N) { in MatchLoadCombine() function in DAGCombiner