Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp233 SDValue visitSUB(SDNode *N);
1362 case ISD::SUB: return visitSUB(N); in visit()
1863 SDValue DAGCombiner::visitSUB(SDNode *N) { in visitSUB() function in DAGCombiner