Searched refs:RightVal (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopPeel.cpp | 434 Value *LeftVal, *RightVal; in countToEliminateCompares() local 435 if (match(Condition, m_And(m_Value(LeftVal), m_Value(RightVal))) || in countToEliminateCompares() 436 match(Condition, m_Or(m_Value(LeftVal), m_Value(RightVal)))) { in countToEliminateCompares() 438 ComputePeelCount(RightVal, Depth + 1); in countToEliminateCompares() 443 if (!match(Condition, m_ICmp(Pred, m_Value(LeftVal), m_Value(RightVal)))) in countToEliminateCompares() 447 const SCEV *RightSCEV = SE.getSCEV(RightVal); in countToEliminateCompares()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 2348 SVal RightVal = state->getSVal(Right.Expression, LCtx); in evalStrcmpCommon() local 2349 state = checkNonNull(C, state, Right, RightVal); in evalStrcmpCommon() 2359 SVal RightLength = getCStringLength(C, state, Right.Expression, RightVal); in evalStrcmpCommon() 2367 DefinedOrUnknownSVal RV = RightVal.castAs<DefinedOrUnknownSVal>(); in evalStrcmpCommon() 2398 getCStringLiteral(C, state, Right.Expression, RightVal); in evalStrcmpCommon()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 217 const ExplodedNode *RightNode, SVal RightVal) { in hasVisibleUpdate() argument 218 if (LeftVal == RightVal) in hasVisibleUpdate() 225 const auto RLCV = RightVal.getAs<nonloc::LazyCompoundVal>(); in hasVisibleUpdate()
|