Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp746 const APSInt &PersistentTo = ValueFactory.getValue(ToInt); in truncateTo() local
748 Dummy.emplace_back(ValueFactory.getMinValue(Ty), PersistentTo); in truncateTo()
751 Dummy.emplace_back(PersistentFrom, PersistentTo); in truncateTo()