Searched refs:MatchRotate (Results 1 – 1 of 1) sorted by relevance
654 SDValue MatchRotate(SDValue LHS, SDValue RHS, const SDLoc &DL);7990 if (SDValue Rot = MatchRotate(N0, N1, SDLoc(N))) in visitOR()8394 SDValue DAGCombiner::MatchRotate(SDValue LHS, SDValue RHS, const SDLoc &DL) { in MatchRotate() function in DAGCombiner8421 if (SDValue Rot = MatchRotate(LHS.getOperand(0), RHS.getOperand(0), DL)) { in MatchRotate()