Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp669 SDValue MatchRotate(SDValue LHS, SDValue RHS, const SDLoc &DL,
3125 if (SDValue V = MatchRotate(N0, N1, SDLoc(N), /*FromAdd=*/true)) in visitADD()
8452 if (SDValue Rot = MatchRotate(N0, N1, DL, /*FromAdd=*/false)) in visitOR()
8853 SDValue DAGCombiner::MatchRotate(SDValue LHS, SDValue RHS, const SDLoc &DL, in MatchRotate() function in DAGCombiner
8882 MatchRotate(LHS.getOperand(0), RHS.getOperand(0), DL, FromAdd)) in MatchRotate()