Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp615 const llvm::APSInt SampleValue = What.getMinValue(); in negate() local
616 const llvm::APSInt &MIN = ValueFactory.getMinValue(SampleValue); in negate()
617 const llvm::APSInt &MAX = ValueFactory.getMaxValue(SampleValue); in negate()
620 Result.reserve(What.size() + (SampleValue == MIN)); in negate()