reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  547     SDValue MatchRotate(SDValue LHS, SDValue RHS, const SDLoc &DL);

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 5826   if (SDValue Rot = MatchRotate(N0, N1, SDLoc(N)))
 6152     if (SDValue Rot = MatchRotate(LHS.getOperand(0), RHS.getOperand(0), DL)) {