Searched refs:RHSIsSigned (Results 1 – 1 of 1) sorted by relevance
796 static Value *GetMaximumShiftAmount(Value *LHS, Value *RHS, bool RHSIsSigned);4406 bool RHSIsSigned) { in GetMaximumShiftAmount() argument4418 RHSIsSigned ? llvm::APInt::getSignedMaxValue(RHSTy->getScalarSizeInBits()) in GetMaximumShiftAmount()4467 bool RHSIsSigned = Ops.rhsHasSignedIntegerRepresentation(); in EmitShl() local4469 GetMaximumShiftAmount(Ops.LHS, Ops.RHS, RHSIsSigned); in EmitShl()4487 : GetMaximumShiftAmount(Ops.LHS, RHS, RHSIsSigned); in EmitShl()4537 bool RHSIsSigned = Ops.rhsHasSignedIntegerRepresentation(); in EmitShr() local4539 Ops.RHS, GetMaximumShiftAmount(Ops.LHS, Ops.RHS, RHSIsSigned)); in EmitShr()