Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4454 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase() local
4456 if (condInt == lhsInt) { in shouldAddCase()
4460 else if (condInt > lhsInt) { in shouldAddCase()
4464 if (V2 >= condInt) { in shouldAddCase()