Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp278 if (const auto *SymInt = dyn_cast<SymIntExpr>(Sym)) in decomposeSymbol() local
279 if (BinaryOperator::isAdditiveOp(SymInt->getOpcode())) in decomposeSymbol()
280 return std::make_pair(SymInt->getLHS(), in decomposeSymbol()
281 (SymInt->getOpcode() == BO_Add) ? in decomposeSymbol()
282 (SymInt->getRHS()) : in decomposeSymbol()
283 (-SymInt->getRHS())); in decomposeSymbol()