Searched refs:visitMUL (Results 1 – 2 of 2) sorted by relevance
18 ; one for a[LOC][] and one for a[LOC+20]. visitMUL in DAGCombiner.cpp
238 SDValue visitMUL(SDNode *N);1367 case ISD::MUL: return visitMUL(N); in visit()2010 SDValue DAGCombiner::visitMUL(SDNode *N) { in visitMUL() function in DAGCombiner