Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8520 auto matchOr = [&X, &Y](SDValue Or, SDValue CommonOp) { in MatchRotate() argument
8523 if (CommonOp == Or.getOperand(0)) { in MatchRotate()
8524 X = CommonOp; in MatchRotate()
8528 if (CommonOp == Or.getOperand(1)) { in MatchRotate()
8529 X = CommonOp; in MatchRotate()