Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp3194 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase() local
3196 if (condInt == lhsInt) { in shouldAddCase()
3200 else if (condInt > lhsInt) { in shouldAddCase()
3204 if (V2 >= condInt) { in shouldAddCase()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp4168 const llvm::APSInt &condInt = switchCond->Val.getInt(); in shouldAddCase() local
4170 if (condInt == lhsInt) { in shouldAddCase()
4174 else if (condInt > lhsInt) { in shouldAddCase()
4178 if (V2 >= condInt) { in shouldAddCase()