Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopPeel.cpp358 Value *LeftVal, *RightVal; in countToEliminateCompares() local
360 if (!match(Condition, m_ICmp(Pred, m_Value(LeftVal), m_Value(RightVal)))) in countToEliminateCompares()
363 const SCEV *LeftSCEV = SE.getSCEV(LeftVal); in countToEliminateCompares()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2044 SVal LeftVal = state->getSVal(Left.Expression, LCtx); in evalStrcmpCommon() local
2045 state = checkNonNull(C, state, Left, LeftVal); in evalStrcmpCommon()
2057 SVal LeftLength = getCStringLength(C, state, Left.Expression, LeftVal); in evalStrcmpCommon()
2069 DefinedOrUnknownSVal LV = LeftVal.castAs<DefinedOrUnknownSVal>(); in evalStrcmpCommon()
2098 getCStringLiteral(C, state, Left.Expression, LeftVal); in evalStrcmpCommon()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp190 static bool hasVisibleUpdate(const ExplodedNode *LeftNode, SVal LeftVal, in hasVisibleUpdate() argument
192 if (LeftVal == RightVal) in hasVisibleUpdate()
195 const auto LLCV = LeftVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate()