Searched refs:CommonOp (Results 1 – 1 of 1) sorted by relevance
8522 auto matchOr = [&X, &Y](SDValue Or, SDValue CommonOp) { in MatchRotate() argument8525 if (CommonOp == Or.getOperand(0)) { in MatchRotate()8526 X = CommonOp; in MatchRotate()8530 if (CommonOp == Or.getOperand(1)) { in MatchRotate()8531 X = CommonOp; in MatchRotate()