Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp3090 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase() local
3092 if (condInt == lhsInt) { in shouldAddCase()
3096 else if (condInt < lhsInt) { in shouldAddCase()
3100 if (V2 <= condInt) { in shouldAddCase()