Home
last modified time | relevance | path

Searched refs:RHSIsSigned (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp833 static Value *GetMaximumShiftAmount(Value *LHS, Value *RHS, bool RHSIsSigned);
4711 bool RHSIsSigned) { in GetMaximumShiftAmount() argument
4723 RHSIsSigned ? llvm::APInt::getSignedMaxValue(RHSTy->getScalarSizeInBits()) in GetMaximumShiftAmount()
4781 bool RHSIsSigned = Ops.rhsHasSignedIntegerRepresentation(); in EmitShl() local
4783 GetMaximumShiftAmount(Ops.LHS, Ops.RHS, RHSIsSigned); in EmitShl()
4801 : GetMaximumShiftAmount(Ops.LHS, RHS, RHSIsSigned); in EmitShl()
4852 bool RHSIsSigned = Ops.rhsHasSignedIntegerRepresentation(); in EmitShr() local
4854 Ops.RHS, GetMaximumShiftAmount(Ops.LHS, Ops.RHS, RHSIsSigned)); in EmitShr()