Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp204 Value *LeftVal, *RightVal; in countToEliminateCompares() local
206 if (!match(Condition, m_ICmp(Pred, m_Value(LeftVal), m_Value(RightVal)))) in countToEliminateCompares()
209 const SCEV *LeftSCEV = SE.getSCEV(LeftVal); in countToEliminateCompares()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1949 SVal LeftVal = state->getSVal(Left.Expression, LCtx); in evalStrcmpCommon() local
1950 state = checkNonNull(C, state, Left, LeftVal); in evalStrcmpCommon()
1962 SVal LeftLength = getCStringLength(C, state, Left.Expression, LeftVal); in evalStrcmpCommon()
1974 DefinedOrUnknownSVal LV = LeftVal.castAs<DefinedOrUnknownSVal>(); in evalStrcmpCommon()
2003 getCStringLiteral(C, state, Left.Expression, LeftVal); in evalStrcmpCommon()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp187 static bool hasVisibleUpdate(const ExplodedNode *LeftNode, SVal LeftVal, in hasVisibleUpdate() argument
189 if (LeftVal == RightVal) in hasVisibleUpdate()
192 const auto LLCV = LeftVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate()