Home
last modified time | relevance | path

Searched refs:RightVal (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()
210 const SCEV *RightSCEV = SE.getSCEV(RightVal); in countToEliminateCompares()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1956 SVal RightVal = state->getSVal(Right.Expression, LCtx); in evalStrcmpCommon() local
1957 state = checkNonNull(C, state, Right, RightVal); in evalStrcmpCommon()
1967 SVal RightLength = getCStringLength(C, state, Right.Expression, RightVal); in evalStrcmpCommon()
1975 DefinedOrUnknownSVal RV = RightVal.castAs<DefinedOrUnknownSVal>(); in evalStrcmpCommon()
2005 getCStringLiteral(C, state, Right.Expression, RightVal); in evalStrcmpCommon()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp187 const ExplodedNode *RightNode, SVal RightVal) { in hasVisibleUpdate() argument
188 if (LeftVal == RightVal) in hasVisibleUpdate()
195 const auto RLCV = RightVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate()