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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp215 SDValue visitMUL(SDNode *N);
1204 case ISD::MUL: return visitMUL(N);
1863 SDValue DAGCombiner::visitMUL(SDNode *N) { function in class:DAGCombiner

Completed in 260 milliseconds