Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp1098 if (std::optional<loc::ConcreteInt> lhsInt = in evalBinOpLN() local
1100 const llvm::APSInt &leftI = lhsInt->getValue(); in evalBinOpLN()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp4444 const llvm::APSInt &lhsInt = CS->getLHS()->EvaluateKnownConstInt(Ctx); in shouldAddCase() local
4447 if (condInt == lhsInt) { in shouldAddCase()
4451 else if (condInt > lhsInt) { in shouldAddCase()