Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp597 SDValue MatchRotate(SDValue LHS, SDValue RHS, const SDLoc &DL);
7099 if (SDValue Rot = MatchRotate(N0, N1, SDLoc(N))) in visitOR()
7496 SDValue DAGCombiner::MatchRotate(SDValue LHS, SDValue RHS, const SDLoc &DL) { in MatchRotate() function in DAGCombiner
7523 if (SDValue Rot = MatchRotate(LHS.getOperand(0), RHS.getOperand(0), DL)) { in MatchRotate()