Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7790 auto matchOr = [&X, &Y](SDValue Or, SDValue CommonOp) { in MatchRotate() argument
7793 if (CommonOp == Or.getOperand(0)) { in MatchRotate()
7794 X = CommonOp; in MatchRotate()
7798 if (CommonOp == Or.getOperand(1)) { in MatchRotate()
7799 X = CommonOp; in MatchRotate()