Searched refs:RightVal (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | LoopPeel.cpp | 358 Value *LeftVal, *RightVal; in countToEliminateCompares() local 360 if (!match(Condition, m_ICmp(Pred, m_Value(LeftVal), m_Value(RightVal)))) in countToEliminateCompares() 364 const SCEV *RightSCEV = SE.getSCEV(RightVal); in countToEliminateCompares()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 2051 SVal RightVal = state->getSVal(Right.Expression, LCtx); in evalStrcmpCommon() local 2052 state = checkNonNull(C, state, Right, RightVal); in evalStrcmpCommon() 2062 SVal RightLength = getCStringLength(C, state, Right.Expression, RightVal); in evalStrcmpCommon() 2070 DefinedOrUnknownSVal RV = RightVal.castAs<DefinedOrUnknownSVal>(); in evalStrcmpCommon() 2100 getCStringLiteral(C, state, Right.Expression, RightVal); in evalStrcmpCommon()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 191 const ExplodedNode *RightNode, SVal RightVal) { in hasVisibleUpdate() argument 192 if (LeftVal == RightVal) in hasVisibleUpdate() 199 const auto RLCV = RightVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate()
|