Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp474 const bool unitNegLit = watchedByUnitClause(negLit(ActiveVar)); in solve() local
475 if (unitPosLit && unitNegLit) { in solve()
496 } else if (unitPosLit || unitNegLit) { in solve()