Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp4386 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase() local
4388 if (condInt == lhsInt) { in shouldAddCase()
4392 else if (condInt > lhsInt) { in shouldAddCase()
4396 if (V2 >= condInt) { in shouldAddCase()