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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4168 const llvm::APSInt &condInt = switchCond->Val.getInt(); local
4170 if (condInt == lhsInt) {
4174 else if (condInt > lhsInt) {
4178 if (V2 >= condInt) {

Completed in 127 milliseconds