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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 7942   unsigned BitWidth = VT.getScalarSizeInBits();
 7962       return DAG.getNode(N->getOpcode(), SDLoc(N), VT, N0, N1,
 7975       return DAG.getNode(ISD::SRL, SDLoc(N), VT, N1,
 7979       return DAG.getNode(ISD::SHL, SDLoc(N), VT, N0,
 7991       return DAG.getNode(ISD::SRL, SDLoc(N), VT, N1, N2);
 7993       return DAG.getNode(ISD::SHL, SDLoc(N), VT, N0, N2);
 8001   if (N0 == N1 && hasOperation(RotOpc, VT))
 8002     return DAG.getNode(RotOpc, SDLoc(N), VT, N0, N2);