Searched refs:visitSRL (Results 1 – 2 of 2) sorted by relevance
135 ``visitFABS`` and ``visitSRL`` are good starting places.
258 SDValue visitSRL(SDNode *N);1387 case ISD::SRL: return visitSRL(N); in visit()4714 SDValue DAGCombiner::visitSRL(SDNode *N) { in visitSRL() function in DAGCombiner