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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp390 SDValue visitMUL(SDNode *N);
609 /// This is a helper function for visitMUL to check the profitability
1528 case ISD::MUL: return visitMUL(N);
3436 SDValue DAGCombiner::visitMUL(SDNode *N) { function in class:DAGCombiner
15270 // This is a helper function for visitMUL to check the profitability

Completed in 175 milliseconds