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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 7532   SDValue N0 = N->getOperand(0);
 7533   SDValue N1 = N->getOperand(1);
 7548     if (SDValue FoldedVOp = SimplifyVBinOp(N))
 7557     return DAG.FoldConstantArithmetic(ISD::SRA, SDLoc(N), VT, N0C, N1C);
 7559   if (SDValue NewSel = foldBinOpIntoSelect(N))
 7572       return DAG.getNode(ISD::SIGN_EXTEND_INREG, SDLoc(N), VT,
 7579     SDLoc DL(N);
 7631         SDLoc DL(N);
 7639                            N->getValueType(0), Trunc);
 7665         SDLoc DL(N);
 7679       return DAG.getNode(ISD::SRA, SDLoc(N), VT, N0, NewOp1);
 7696         SDLoc DL(N);
 7708   if (N1C && SimplifyDemandedBits(SDValue(N, 0)))
 7709     return SDValue(N, 0);
 7713     return DAG.getNode(ISD::SRL, SDLoc(N), VT, N0, N1);
 7716     if (SDValue NewSRA = visitShiftByConstant(N))