Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp796 static Value *GetMaximumShiftAmount(Value *LHS, Value *RHS, bool RHSIsSigned);
4406 bool RHSIsSigned) { in GetMaximumShiftAmount() argument
4418 RHSIsSigned ? llvm::APInt::getSignedMaxValue(RHSTy->getScalarSizeInBits()) in GetMaximumShiftAmount()
4467 bool RHSIsSigned = Ops.rhsHasSignedIntegerRepresentation(); in EmitShl() local
4469 GetMaximumShiftAmount(Ops.LHS, Ops.RHS, RHSIsSigned); in EmitShl()
4487 : GetMaximumShiftAmount(Ops.LHS, RHS, RHSIsSigned); in EmitShl()
4537 bool RHSIsSigned = Ops.rhsHasSignedIntegerRepresentation(); in EmitShr() local
4539 Ops.RHS, GetMaximumShiftAmount(Ops.LHS, Ops.RHS, RHSIsSigned)); in EmitShr()