Searched defs:lhsInt (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
H A DCFG.cpp3166 const llvm::APSInt &lhsInt = CS->getLHS()->EvaluateKnownConstInt(Ctx); local
3169 if (condInt == lhsInt) {
3173 else if (condInt > lhsInt) {

Completed in 68 milliseconds