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

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

Completed in 39 milliseconds