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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp181 SDValue visitMUL(SDNode *N);
1105 case ISD::MUL: return visitMUL(N);
1759 SDValue DAGCombiner::visitMUL(SDNode *N) { function in class:DAGCombiner

Completed in 180 milliseconds