Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp243 Value *LeftVal, *RightVal; in countToEliminateCompares() local
245 if (!match(Condition, m_ICmp(Pred, m_Value(LeftVal), m_Value(RightVal)))) in countToEliminateCompares()
248 const SCEV *LeftSCEV = SE.getSCEV(LeftVal); in countToEliminateCompares()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2017 SVal LeftVal = state->getSVal(Left.Expression, LCtx); in evalStrcmpCommon() local
2018 state = checkNonNull(C, state, Left, LeftVal); in evalStrcmpCommon()
2030 SVal LeftLength = getCStringLength(C, state, Left.Expression, LeftVal); in evalStrcmpCommon()
2042 DefinedOrUnknownSVal LV = LeftVal.castAs<DefinedOrUnknownSVal>(); in evalStrcmpCommon()
2071 getCStringLiteral(C, state, Left.Expression, LeftVal); in evalStrcmpCommon()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp191 static bool hasVisibleUpdate(const ExplodedNode *LeftNode, SVal LeftVal, in hasVisibleUpdate() argument
193 if (LeftVal == RightVal) in hasVisibleUpdate()
196 const auto LLCV = LeftVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate()