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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  902   if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger)
  903     RHS = ZExtPromotedInteger(RHS);
  903     RHS = ZExtPromotedInteger(RHS);
  904   return DAG.getNode(ISD::SRL, SDLoc(N), LHS.getValueType(), LHS, RHS);