Searched defs:visitSUB (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp210 SDValue visitSUB(SDNode *N);
1199 case ISD::SUB: return visitSUB(N);
1725 SDValue DAGCombiner::visitSUB(SDNode *N) { function in class:DAGCombiner

Completed in 107 milliseconds