Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp186 static bool hasVisibleUpdate(const ExplodedNode *LeftNode, SVal LeftVal, in hasVisibleUpdate() argument
188 if (LeftVal == RightVal) in hasVisibleUpdate()
191 const auto LLCV = LeftVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate()