Searched refs:visitRotate (Results 1 – 1 of 1) sorted by relevance
470 SDValue visitRotate(SDNode *N);1975 case ISD::ROTL: return visitRotate(N); in visit()9765 SDValue DAGCombiner::visitRotate(SDNode *N) { in visitRotate() function in DAGCombiner