reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);