Home
last modified time | relevance | path

Searched refs:CommonOp (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7622 auto matchOr = [&X, &Y](SDValue Or, SDValue CommonOp) { in MatchRotate() argument
7625 if (CommonOp == Or.getOperand(0)) { in MatchRotate()
7626 X = CommonOp; in MatchRotate()
7630 if (CommonOp == Or.getOperand(1)) { in MatchRotate()
7631 X = CommonOp; in MatchRotate()