Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp235 SDValue visitSUBC(SDNode *N);
1364 case ISD::SUBC: return visitSUBC(N); in visit()
1970 SDValue DAGCombiner::visitSUBC(SDNode *N) { in visitSUBC() function in DAGCombiner