Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp225 if (const auto *SymInt = dyn_cast<SymIntExpr>(Sym)) in decomposeSymbol() local
226 if (BinaryOperator::isAdditiveOp(SymInt->getOpcode())) in decomposeSymbol()
227 return std::make_pair(SymInt->getLHS(), in decomposeSymbol()
228 (SymInt->getOpcode() == BO_Add) ? in decomposeSymbol()
229 (SymInt->getRHS()) : in decomposeSymbol()
230 (-SymInt->getRHS())); in decomposeSymbol()