Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1637 bool IsLHSNegative = LHS.To() < Zero; in VisitBinaryOperator() local
1642 (IsLHSNegative && IsRHSNegative)) { in VisitBinaryOperator()
1657 const llvm::APSInt &Max = IsLHSNegative in VisitBinaryOperator()
1665 if (IsLHSNegative || IsRHSNegative) { in VisitBinaryOperator()
1695 bool IsLHSNegative = LHS.To() < Zero; in VisitBinaryOperator() local
1700 (IsLHSNegative && IsRHSNegative)) { in VisitBinaryOperator()
1706 const llvm::APSInt &Min = IsLHSNegative in VisitBinaryOperator()