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

References

lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  852   if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger)
  853     RHS = ZExtPromotedInteger(RHS);
  853     RHS = ZExtPromotedInteger(RHS);
  854   return DAG.getNode(ISD::SHL, SDLoc(N), LHS.getValueType(), LHS, RHS);