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