Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp421 const llvm::APSInt SampleValue = What.getMinValue(); in negate() local
422 const llvm::APSInt &MIN = ValueFactory.getMinValue(SampleValue); in negate()
423 const llvm::APSInt &MAX = ValueFactory.getMaxValue(SampleValue); in negate()
426 Result.reserve(What.size() + (SampleValue == MIN)); in negate()