Searched refs:RHSIsSigned (Results 1 – 1 of 1) sorted by relevance
833 static Value *GetMaximumShiftAmount(Value *LHS, Value *RHS, bool RHSIsSigned);4711 bool RHSIsSigned) { in GetMaximumShiftAmount() argument4723 RHSIsSigned ? llvm::APInt::getSignedMaxValue(RHSTy->getScalarSizeInBits()) in GetMaximumShiftAmount()4781 bool RHSIsSigned = Ops.rhsHasSignedIntegerRepresentation(); in EmitShl() local4783 GetMaximumShiftAmount(Ops.LHS, Ops.RHS, RHSIsSigned); in EmitShl()4801 : GetMaximumShiftAmount(Ops.LHS, RHS, RHSIsSigned); in EmitShl()4852 bool RHSIsSigned = Ops.rhsHasSignedIntegerRepresentation(); in EmitShr() local4854 Ops.RHS, GetMaximumShiftAmount(Ops.LHS, Ops.RHS, RHSIsSigned)); in EmitShr()