Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4450 const llvm::APSInt &lhsInt = CS->getLHS()->EvaluateKnownConstInt(Ctx); in shouldAddCase() local
4453 if (condInt == lhsInt) { in shouldAddCase()
4457 else if (condInt > lhsInt) { in shouldAddCase()