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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp209 SDValue visitADD(SDNode *N);
1198 case ISD::ADD: return visitADD(N);
1481 SDValue DAGCombiner::visitADD(SDNode *N) { function in class:DAGCombiner

Completed in 169 milliseconds